aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/test.sh b/lua/test.sh
index dc77b64..3bef6ba 100644
--- a/lua/test.sh
+++ b/lua/test.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+[ -z "$VIS" ] && VIS="../../vis"
+$VIS -v
+
TESTS_OK=0
TESTS_RUN=0