diff options
Diffstat (limited to 'lua/test.sh')
| -rw-r--r-- | lua/test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/test.sh b/lua/test.sh index 852f035..dc77b64 100644 --- a/lua/test.sh +++ b/lua/test.sh @@ -16,8 +16,7 @@ for t in $test_files; do TESTS_RUN=$((TESTS_RUN + 1)) t=${t%.in} t=${t#./} -# vis $t.in - printf "<Escape>Q:q<Enter>" | ../util/keys | vis $t.in + $VIS $t.in printf "%-30s" "$t" if [ -e $t.out ]; then |
