Bug 1358336 - followup test only fix to handle the different staging location on OS X. r=me

This commit is contained in:
Robert Strong 2017-04-28 18:12:00 -07:00
parent db420f540d
commit d504bfc0fb

View File

@ -66,7 +66,7 @@ function runUpdateFinished() {
"the update state" + MSG_SHOULD_EQUAL);
checkPostUpdateRunningFile(false);
setTestFilesAndDirsForFailure();
checkFilesAfterUpdateFailure(getApplyDirFile, true, false);
checkFilesAfterUpdateFailure(getApplyDirFile, IS_MACOSX ? false : true, false);
let updatesDir = getUpdatesPatchDir();
Assert.ok(updatesDir.exists(),