diff options
Diffstat (limited to 'test/option-n.py')
-rw-r--r-- | test/option-n.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-n.py b/test/option-n.py index aa0b8f2..769c4dd 100644 --- a/test/option-n.py +++ b/test/option-n.py @@ -120,7 +120,7 @@ test.fail_test(not os.path.exists(test.workpath('f1.out'))) expect = test.wrap_stdout("""\ %s build.py f1.out """ % python) -test.unlink('.sconsign') +test.unlink('.sconsign.dblite') test.write('f1.out', "X1.out\n") test.run(arguments = '-n f1.out', stdout = expect) test.run(arguments = '-n f1.out', stdout = expect) |