vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 17a29a2db8fa58e0b1416a1ea7882e5dbeb0b8af
parent deafb1a6e7cee81eecf7535097215c6b93af16d6
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri, 30 Dec 2016 21:20:17 +0100

test/sam: try to fix travis list output

Diffstat:
Msam/test.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sam/test.sh b/sam/test.sh @@ -71,9 +71,9 @@ for t in $TESTS; do TESTS_RUN=$((TESTS_RUN+1)) - printf "Running test %s with vis ... " "$t" - $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null + + printf "Running test %s with vis ... " "$t" if [ $? -ne 0 -o ! -e "$VIS_OUT" ]; then printf "ERROR\n" elif cmp -s "$REF" "$VIS_OUT"; then