summaryrefslogtreecommitdiffstats
path: root/test/Glob
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2008-09-10 06:20:34 (GMT)
committerGreg Noel <GregNoel@tigris.org>2008-09-10 06:20:34 (GMT)
commitfb90c8e0ede35a39d13dd21a3521e4a740d8e1f1 (patch)
treead3ebd62320776562fd8e3d2ae213aadafc6ef08 /test/Glob
parent8a58021f70ab5b6b13835ac310a91d4cd0410e5b (diff)
downloadSCons-fb90c8e0ede35a39d13dd21a3521e4a740d8e1f1.zip
SCons-fb90c8e0ede35a39d13dd21a3521e4a740d8e1f1.tar.gz
SCons-fb90c8e0ede35a39d13dd21a3521e4a740d8e1f1.tar.bz2
Fix bugs in regression tests
Diffstat (limited to 'test/Glob')
-rw-r--r--test/Glob/glob-libpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Glob/glob-libpath.py b/test/Glob/glob-libpath.py
index ef35069..37449e8 100644
--- a/test/Glob/glob-libpath.py
+++ b/test/Glob/glob-libpath.py
@@ -73,7 +73,7 @@ libutil = base_env.Library('util', Glob('*.cpp'))
Return('libutil')
""")
-test.write(['src', 'util.cpp'], """int i=0;
+test.write(['src', 'util', 'util.cpp'], """int i=0;
""")
test.run(arguments = '-Q .')