diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-24 14:44:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-24 14:44:10 (GMT) |
commit | 852e7119fb7c6d6ccc2a4cb2c159445376b97fef (patch) | |
tree | d14db00af1a9d01734146c6e5ceceb61b83da6e0 /test/ToolSurrogate.py | |
parent | 189d5b4d754cbd7eefde34aef617c4e3adcd8180 (diff) | |
download | SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.zip SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.tar.gz SCons-852e7119fb7c6d6ccc2a4cb2c159445376b97fef.tar.bz2 |
Support for additional UNIX variants: (Christian Engel)
Diffstat (limited to 'test/ToolSurrogate.py')
-rw-r--r-- | test/ToolSurrogate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ToolSurrogate.py b/test/ToolSurrogate.py index dc190dd..fa13b57 100644 --- a/test/ToolSurrogate.py +++ b/test/ToolSurrogate.py @@ -88,7 +88,7 @@ test.write('foo.c', "foo.c posix\n") test.run(arguments = '. platform=posix', stdout = test.wrap_stdout("""\ cc -c -o foo.obj foo.c -c++ -o foo.exe foo.obj +cc -o foo.exe foo.obj """)) test.write('foo.c', "foo.c win32\n") |