X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=test%2Foption-m.py;h=319b4f7bba4249cb21bd874ec389818a147312fd;hb=f27ed063be6a4703b3306a091ce7d5ed328eba98;hp=3e7c8ee88d528253a5f153befd4b4a8bfbc630e3;hpb=e99a6fd2eca18547d23f31c0f0f312f4193657b8;p=scons.git diff --git a/test/option-m.py b/test/option-m.py index 3e7c8ee8..319b4f7b 100644 --- a/test/option-m.py +++ b/test/option-m.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001, 2002 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 = '-m', - stderr = "Warning: ignoring -m option\n") +test.run(arguments = '-m .', + stderr = "Warning: ignoring -m option\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: