bug 1443935 - make it so browser_updatesCantApply.js test passes when it is run with the ability to elevate. r=mhowell

Locks the file in the updates directory instead of the file in the app directory.
This commit is contained in:
Robert Strong 2018-03-07 14:12:22 -08:00
Родитель 9e3694575a
Коммит 022768cb2a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ add_task(async function testBasicPrompt() {
});
function getWriteTestFile() {
let file = getAppBaseDir();
let file = getUpdatesRootDir();
file.append(FILE_UPDATE_TEST);
file.QueryInterface(Ci.nsILocalFileWin);
if (file.exists()) {