summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js')
-rw-r--r--toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js b/toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js
index e8e2353e2..fc8c772c9 100644
--- a/toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js
+++ b/toolkit/mozapps/extensions/test/xpcshell/test_bug465190.js
@@ -5,7 +5,7 @@
var installLocation = gProfD.clone();
installLocation.append("baddir");
-installLocation.create(Components.interfaces.nsIFile.NORMAL_FILE_TYPE, 0o664);
+installLocation.create(Components.interfaces.nsIFile.NORMAL_FILE_TYPE, 0664);
var dirProvider2 = {
getFile: function(prop, persistent) {