summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basic
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-12-21 00:30:25 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-12-21 00:30:25 (GMT)
commitea7ee956f90e6a48aeb88a7952ac19e6fd0a6606 (patch)
tree6e8a1bc5f349b4c0959a41ecfa4a8388b9d80044 /test/Docbook/basic
parenta9edc15a5ac66ba8794e66e8e9c0a1f926009220 (diff)
downloadSCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.zip
SCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.tar.gz
SCons-ea7ee956f90e6a48aeb88a7952ac19e6fd0a6606.tar.bz2
- removed superfluous import and corrected basic test
Diffstat (limited to 'test/Docbook/basic')
-rw-r--r--test/Docbook/basic/epub/epub.py2
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'))