зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9e3694575a
Коммит
022768cb2a
|
@ -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()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче