aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b372ee51..ea2025b7 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3576,8 +3576,10 @@ if 'benchmark' not in str(sys.argv):
src = open(filename, 'a')
src.write(
'''
+ FS.ignorePermissions = true;
FS.createDataFile('/', 'paper.pdf', eval(read('paper.pdf.js')), true, false);
FS.root.write = true;
+ FS.ignorePermissions = false;
run();
print("Data: " + JSON.stringify(FS.root.contents['filename-1.ppm'].contents));
'''