From 4f1a5b57703b54eafd3c7c07c0b4db5765a4fddc Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 24 Dec 2014 10:08:43 +0100 Subject: [test] Use --args-only option in DocTests.py instead of --init-file /dev/null --- test/DocTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/DocTests.py') 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: -- cgit v1.2.3