diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-12-21 00:30:25 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-12-21 00:30:25 (GMT) |
commit | ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606 (patch) | |
tree | 6e8a1bc5f349b4c0959a41ecfa4a8388b9d80044 /test | |
parent | a9edc15a5ac66ba8794e66e8e9c0a1f926009220 (diff) | |
download | SCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.zip SCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.tar.gz SCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.tar.bz2 |
- removed superfluous import and corrected basic test
Diffstat (limited to 'test')
-rw-r--r-- | test/Docbook/basic/epub/epub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Docbook/basic/epub/epub.py b/test/Docbook/basic/epub/epub.py index c819dd7..19e08a0 100644 --- a/test/Docbook/basic/epub/epub.py +++ b/test/Docbook/basic/epub/epub.py @@ -41,7 +41,7 @@ except: test.dir_fixture('image') # Normal invocation -test.run() +test.run(stderr=None) test.must_exist(test.workpath('manual.epub')) test.must_exist(test.workpath('OEBPS','toc.ncx')) test.must_exist(test.workpath('OEBPS','content.opf')) |