Bug 394984: Update xpcshell tests to use the new updater binary name. r=rstrong

This commit is contained in:
Stephen A Pohl 2016-05-24 22:26:03 -04:00
parent ca69495a8f
commit 9de5957c05

View File

@ -1582,7 +1582,7 @@ function runUpdate(aExpectedExitValue, aExpectedStatus, aCallback) {
if (updateBin.leafName == "updater.app") {
updateBin.append("Contents");
updateBin.append("MacOS");
updateBin.append("updater");
updateBin.append("org.mozilla.updater");
}
}
Assert.ok(updateBin.exists(), MSG_SHOULD_EXIST);