diff options
| author | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-21 09:05:38 +0100 |
|---|---|---|
| committer | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-21 09:05:38 +0100 |
| commit | 230b3c1485318e3a028a53082627a128ddaa2754 (patch) | |
| tree | b0d36636c1bcb635ae9cf571542f2c77afa45f18 /lua/test.sh | |
| parent | 2b18735726cd92be87e20f30680d85e7f0f1a3b2 (diff) | |
| download | vis-230b3c1485318e3a028a53082627a128ddaa2754.tar.gz vis-230b3c1485318e3a028a53082627a128ddaa2754.tar.xz | |
Quit vis from within test visrc.lua
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 |
