Added fix for TeX includes with same name as subdirs.
[scons.git] / test / option--ld.py
index 2145de59b409ce3f3fa9d6f5f3ecf1ba8d9e93c8..90c93460cda9455273c568efc88ae5cd706eac59 100644 (file)
@@ -30,11 +30,9 @@ test = TestSCons.TestSCons()
 
 test.write('SConstruct', "")
 
-test.run(arguments = '--list-derived .',
-         stderr = "Warning:  the --list-derived option is not yet implemented\n")
+test.option_not_yet_implemented('--list-derived', '.')
 
 test.pass_test()
 
 # Local Variables:
 # tab-width:4