summaryrefslogtreecommitdiffstats
path: root/test/symlink/dangling-source.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/symlink/dangling-source.py')
-rw-r--r--test/symlink/dangling-source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symlink/dangling-source.py b/test/symlink/dangling-source.py
index e242e61..366b742 100644
--- a/test/symlink/dangling-source.py
+++ b/test/symlink/dangling-source.py
@@ -45,7 +45,7 @@ Command('file.out', 'file.in', Copy('$TARGET', '$SOURCE'))
test.symlink('nonexistent', 'file.in')
expect = """\
-scons: *** Source `file.in' not found, needed by target `file.out'. Stop.
+scons: *** [file.out] Source `file.in' not found, needed by target `file.out'.
"""
test.run(arguments = '.', status = 2, stderr = expect)