Update Copyright years.
[scons.git] / test / option--override.py
index c8b8d57d824b5973ca039bc656e8638b2a95ccc9..6e94603a5570bc57a975231f215c67544f2e6a6b 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
@@ -32,7 +32,7 @@ test = TestSCons.TestSCons()
 
 test.write('SConstruct', "")
 
-test.run(arguments = '--override=foo',
+test.run(arguments = '--override=foo .',
         stderr = "Warning:  the --override option is not yet implemented\n")
 
 test.pass_test()