summaryrefslogtreecommitdiff
path: root/test/packaging
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-08-03 04:53:52 +0000
committerSteven Knight <knight@baldmt.com>2009-08-03 04:53:52 +0000
commit1aba0ca00d56e2dfc739a43025099977e226f2c1 (patch)
treea4ed59fa6956cfc2a9c4585ee862509ac9341ece /test/packaging
parent04c41de7ad34225adbb1f1a8bcdbf93680920f70 (diff)
downloadscons-1aba0ca00d56e2dfc739a43025099977e226f2c1.tar.gz
Solaris test portability fixes.
Diffstat (limited to 'test/packaging')
-rw-r--r--test/packaging/tar/bz2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packaging/tar/bz2.py b/test/packaging/tar/bz2.py
index d37de001..1552fd11 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' )