summaryrefslogtreecommitdiffstats
path: root/test/option-f.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-f.py')
-rw-r--r--test/option-f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-f.py b/test/option-f.py
index 84b8ed3..55ec367 100644
--- a/test/option-f.py
+++ b/test/option-f.py
@@ -77,6 +77,6 @@ print "STDIN " + os.getcwd()
test.run(arguments = '-f no_such_file',
stdout = "",
- stderr = "Ignoring missing script 'no_such_file'\n")
+ stderr = "Ignoring missing SConscript 'no_such_file'\n")
test.pass_test()