summaryrefslogtreecommitdiff
path: root/test/option-n.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-05-07 19:19:41 +0000
committerSteven Knight <knight@baldmt.com>2005-05-07 19:19:41 +0000
commit730081593efc2ac5c17def1650ad0b39c4d0e72a (patch)
tree3379689db64e402fa4720e60ce7ecd1f307ad762 /test/option-n.py
parentd629cdf3f3b332a1b3c9c9fa550c90b8dd710766 (diff)
downloadscons-730081593efc2ac5c17def1650ad0b39c4d0e72a.tar.gz
Make SConsignFile() behavior the default.
Diffstat (limited to 'test/option-n.py')
-rw-r--r--test/option-n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-n.py b/test/option-n.py
index aa0b8f2e..769c4dd1 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)