diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-19 23:30:23 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-19 23:30:23 (GMT) |
commit | 1691e6792ea238c0cfe3d8f4cc1aa56262d343b4 (patch) | |
tree | 637b24aa35a0cf3a02a1b437cec7d90dc178db5a /test/GSFLAGS.py | |
parent | e6b7921406394594c23f907469e923ccf028adcc (diff) | |
download | SCons-1691e6792ea238c0cfe3d8f4cc1aa56262d343b4.zip SCons-1691e6792ea238c0cfe3d8f4cc1aa56262d343b4.tar.gz SCons-1691e6792ea238c0cfe3d8f4cc1aa56262d343b4.tar.bz2 |
Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.
Diffstat (limited to 'test/GSFLAGS.py')
-rw-r--r-- | test/GSFLAGS.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/GSFLAGS.py b/test/GSFLAGS.py index a28d374..2ea02a9 100644 --- a/test/GSFLAGS.py +++ b/test/GSFLAGS.py @@ -69,7 +69,6 @@ This is a .ps test. test.run(arguments = '.', stderr = None) -print test.read('test1.pdf') test.fail_test(test.read('test1.pdf') != " -x\nThis is a .ps test.\n") |