diff options
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 4ffcd162..bc116e9a 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -21,6 +21,7 @@ from conftest import run_cmd, StdOut, normalize class CmdLineApp(Cmd): def __init__(self, *args, **kwargs): + self.abbrev = True self.multilineCommands = ['orate'] self.maxrepeats = 3 self.redirector = '->' |