X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=test%2Foption-b.py;h=5a1e6452fb19a7e49844b6f2f2b4a893993299ec;hb=f27ed063be6a4703b3306a091ce7d5ed328eba98;hp=0dfbb951e11c6a636ec732f32488da86e4e0e630;hpb=0289ee1a21e72070b6e22ca93c8c1a90b0a2d913;p=scons.git diff --git a/test/option-b.py b/test/option-b.py index 0dfbb951..5a1e6452 100644 --- a/test/option-b.py +++ b/test/option-b.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001, 2002, 2003 Steven Knight +# __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -25,15 +25,19 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import TestSCons -import string -import sys test = TestSCons.TestSCons() test.write('SConstruct', "") test.run(arguments = '-b .', - stderr = "Warning: ignoring -b option\n") + stderr = "Warning: ignoring -b option\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: