diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 2be6453b..311c8d21 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4321,7 +4321,6 @@ def process(filename): def process(filename): src = open(filename, 'a') src.write(\'\'\' - FS.init(); FS.createPath('/', 'dev/shm/tmp', true, true); FS.currentPath = '/dev/shm/tmp'; run(); |