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