From d478fc75b3414d6672cefd7131cc710f513fd76e Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 20 Mar 2015 21:31:50 +0000 Subject: [PATCH] tests: Adjust expected output, since Travis can't do git describe. --- tests/cmdline/repl_basic.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp index 9783bff623..04887f44d9 100644 --- a/tests/cmdline/repl_basic.py.exp +++ b/tests/cmdline/repl_basic.py.exp @@ -1,4 +1,4 @@ -Micro Python v\.\+ version +Micro Python \.\+ version >>> # basic REPL tests >>> print(1) 1