summaryrefslogtreecommitdiffstats
path: root/test/packaging
diff options
context:
space:
mode:
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 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' )