summaryrefslogtreecommitdiff
path: root/test/option-f.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-01-27 06:35:04 +0000
committerSteven Knight <knight@baldmt.com>2004-01-27 06:35:04 +0000
commitd0b4699180b7177561f452b646b85ec39f09d0e2 (patch)
treefaf09e444cbecbeafdc012c1e686a394c6eb156c /test/option-f.py
parenta478cc2fd257e58173fed2f3d00a2b0948a64fcf (diff)
downloadscons-d0b4699180b7177561f452b646b85ec39f09d0e2.tar.gz
Accomodate white space in path names when running tests.
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 3c8dcee8..06afece0 100644
--- a/test/option-f.py
+++ b/test/option-f.py
@@ -89,7 +89,7 @@ test.run(arguments = '-f no_such_file .',
stderr = None)
test.fail_test(not test.match_re(test.stderr(), """
scons: warning: Ignoring missing SConscript 'no_such_file'
-File "\S+", line \d+, in .*
+File "[^"]+", line \d+, in .*
"""))
test.pass_test()