diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-01-18 13:17:41 -0500 |
commit | c137a4045cbfcbd5a39f018b553089e0fd571d2c (patch) | |
tree | c72233c780f56fa4d53adc0a90f9bcb974120833 /toolkit/mozapps | |
parent | 63219a15b155aee142f316156b6578f027204129 (diff) | |
download | uxp-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.gz |
Issue #1359 - Pointlessly rename greprefs.. again.
Diffstat (limited to 'toolkit/mozapps')
-rw-r--r-- | toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js b/toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js index ada08f0aeb..9a9610ddac 100644 --- a/toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js +++ b/toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js @@ -839,7 +839,7 @@ function setupTestCommon() { if (!grePrefsFile.exists()) { grePrefsFile.create(Ci.nsIFile.DIRECTORY_TYPE, PERMS_DIRECTORY); } - grePrefsFile.append("greprefs.js"); + grePrefsFile.append("goanna.js"); if (!grePrefsFile.exists()) { grePrefsFile.create(Ci.nsILocalFile.NORMAL_FILE_TYPE, PERMS_FILE); } |