aboutsummaryrefslogtreecommitdiff
path: root/sam
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-21 14:22:40 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-21 14:22:40 +0100
commit181578b452ba8643bc1e9c754acf60d51761fc99 (patch)
tree0dff67c7174da21b859ca3eb0b8923d10502734a /sam
parentdba95bcb3361114c0cd03c33b916076d3af103fa (diff)
downloadvis-181578b452ba8643bc1e9c754acf60d51761fc99.tar.gz
vis-181578b452ba8643bc1e9c754acf60d51761fc99.tar.xz
test/sam: apply commands to complete file
Diffstat (limited to 'sam')
-rwxr-xr-xsam/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam/test.sh b/sam/test.sh
index a3cc1e9..8864d9c 100755
--- a/sam/test.sh
+++ b/sam/test.sh
@@ -61,7 +61,7 @@ for t in $TESTS; do
printf "Running test %s with vis ... " "$t"
- $VIS "+{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null
+ $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null
if [ $? -ne 0 -o ! -e "$VIS_OUT" ]; then
printf "ERROR\n"
elif cmp -s "$REF" "$VIS_OUT"; then