summaryrefslogtreecommitdiffstats
path: root/test/Glob
diff options
context:
space:
mode:
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 .')