From 6a587bf579a5c57e713668a5538d4591ca81db92 Mon Sep 17 00:00:00 2001 From: ptomulik Date: Thu, 7 Jun 2012 01:52:39 +0200 Subject: Removed unnecessary line in test/FindSourceFiles.py --- test/FindSourceFiles.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v0.12