summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-12-24 19:16:10 -0600
committerJohn Wiegley <johnw@newartisans.com>2014-12-24 19:16:10 -0600
commit30d58f68138b286412beec3e797c71ad25d49ddb (patch)
tree377c2dc92c817c80d59545551ebc59467831aec5
parentbbca3102c30b6fdbab9fa7d0a59c928f1d1a21a0 (diff)
parent4f1a5b57703b54eafd3c7c07c0b4db5765a4fddc (diff)
downloadfork-ledger-30d58f68138b286412beec3e797c71ad25d49ddb.tar.gz
fork-ledger-30d58f68138b286412beec3e797c71ad25d49ddb.tar.bz2
fork-ledger-30d58f68138b286412beec3e797c71ad25d49ddb.zip
Merge pull request #349 from afh/pull/DocTests
[test] Use --args-only option in DocTests.py
-rwxr-xr-xtest/DocTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DocTests.py b/test/DocTests.py
index be28fae1..dbd24634 100755
--- a/test/DocTests.py
+++ b/test/DocTests.py
@@ -114,7 +114,7 @@ class DocTests:
if command[0] == '$': command.remove('$')
index = command.index('ledger')
command[index] = self.ledger
- for i,argument in enumerate('--init-file /dev/null --columns 80'.split()):
+ for i,argument in enumerate('--args-only --columns 80'.split()):
command.insert(index+i+1, argument)
try: