summaryrefslogtreecommitdiff
path: root/test/FindSourceFiles.py
diff options
context:
space:
mode:
authorptomulik <ptomulik@meil.pw.edu.pl>2012-06-07 01:52:39 +0200
committerptomulik <ptomulik@meil.pw.edu.pl>2012-06-07 01:52:39 +0200
commit54fadc3da3043b53d7f29609ae4bbe0bf0e8473b (patch)
treeb99bfed30d8b380f450e7970a24d6b6b5ada6d4e /test/FindSourceFiles.py
parent3e1db81c0a0a346b8a72fd0d5d924a3e1c078a5b (diff)
downloadscons-54fadc3da3043b53d7f29609ae4bbe0bf0e8473b.tar.gz
Removed unnecessary line in test/FindSourceFiles.py
Diffstat (limited to 'test/FindSourceFiles.py')
-rw-r--r--test/FindSourceFiles.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FindSourceFiles.py b/test/FindSourceFiles.py
index b6177e44..b08cbbd5 100644
--- a/test/FindSourceFiles.py
+++ b/test/FindSourceFiles.py
@@ -39,7 +39,6 @@ test = TestSCons.TestSCons()
# tarball. We expect 'src/foo.c.in' file within tarbal, and no content
# under 'var' directory.
test.subdir('src')
-test.subdir('variant')
test.write('SConstruct', """
VariantDir(src_dir = 'src', variant_dir = 'var', duplicate = 0)