You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
621 B
13 lines
621 B
7 years ago
|
diff -ur rst2pdf-0.92/rst2pdf/tests/autotest.py rst2pdf-0.92.new/rst2pdf/tests/autotest.py
|
||
|
--- rst2pdf-0.92/rst2pdf/tests/autotest.py 2012-03-04 04:01:12.000000000 +0100
|
||
|
+++ rst2pdf-0.92.new/rst2pdf/tests/autotest.py 2012-07-27 11:48:11.427475808 +0200
|
||
|
@@ -58,7 +58,7 @@
|
||
|
module namespace. It is never instantiated.
|
||
|
'''
|
||
|
rootdir = os.path.realpath(dirname(__file__))
|
||
|
- bindir = os.path.abspath(os.path.join(rootdir, '..', '..', 'bin'))
|
||
|
+ bindir = '/usr/bin'
|
||
|
runfile = os.path.join(bindir, 'rst2pdf')
|
||
|
inpdir = os.path.join(rootdir, 'input')
|
||
|
outdir = os.path.join(rootdir, 'output')
|