diff options
author | Steven Knight <knight@baldmt.com> | 2009-08-03 04:53:52 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-08-03 04:53:52 (GMT) |
commit | 732a637fdd83714e9984ef1998764a696fe8c03b (patch) | |
tree | a4ed59fa6956cfc2a9c4585ee862509ac9341ece /test/packaging | |
parent | 2b91edeeb2f568f92036ff31190080732231c6e7 (diff) | |
download | SCons-732a637fdd83714e9984ef1998764a696fe8c03b.zip SCons-732a637fdd83714e9984ef1998764a696fe8c03b.tar.gz SCons-732a637fdd83714e9984ef1998764a696fe8c03b.tar.bz2 |
Solaris test portability fixes.
Diffstat (limited to 'test/packaging')
-rw-r--r-- | test/packaging/tar/bz2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packaging/tar/bz2.py b/test/packaging/tar/bz2.py index d37de00..1552fd1 100644 --- a/test/packaging/tar/bz2.py +++ b/test/packaging/tar/bz2.py @@ -45,7 +45,7 @@ int main( int argc, char* argv[] ) { return 0; } - """) +""") test.write('SConstruct', """ Program( 'src/main.c' ) |