From abba1e322d2fcf0a1a1c7cfcc280e9eb60e2ad69 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Sun, 29 Nov 2015 12:41:12 +0100 Subject: [PATCH] Bring basic -e tests inline with new MMD setup --- S19-command-line/dash-e.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S19-command-line/dash-e.t b/S19-command-line/dash-e.t index af04027fce..70338e23a4 100644 --- a/S19-command-line/dash-e.t +++ b/S19-command-line/dash-e.t @@ -25,7 +25,7 @@ is_run $x, :args['-e', "print q[\c[LATIN SMALL LETTER A WITH DOT ABOVE]]"], is_run $x, :args['-e', 'print <1 2> »+« <1 1>'], { - out => "23", + out => "2 3", err => '', status => 0, },