summaryrefslogtreecommitdiffstats
path: root/test/FindSourceFiles.py
diff options
context:
space:
mode:
authorptomulik <ptomulik@meil.pw.edu.pl>2012-06-06 23:52:39 (GMT)
committerptomulik <ptomulik@meil.pw.edu.pl>2012-06-06 23:52:39 (GMT)
commit6a587bf579a5c57e713668a5538d4591ca81db92 (patch)
treeb99bfed30d8b380f450e7970a24d6b6b5ada6d4e /test/FindSourceFiles.py
parentcffc9a81d1bfd7091f9bc2bacde1e2f200e3e0ca (diff)
downloadSCons-6a587bf579a5c57e713668a5538d4591ca81db92.zip
SCons-6a587bf579a5c57e713668a5538d4591ca81db92.tar.gz
SCons-6a587bf579a5c57e713668a5538d4591ca81db92.tar.bz2
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 b6177e4..b08cbbd 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)