aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-19 10:52:06 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-19 10:52:06 +0100
commit837cabd91ab86749b5b94e9177bf6721b4c38377 (patch)
tree16208c7315c961b52f88db7e063a1fc878c6c16a /lua
parent9a848ca6fe17d8b957713152ef44aced99384505 (diff)
downloadvis-837cabd91ab86749b5b94e9177bf6721b4c38377.tar.gz
vis-837cabd91ab86749b5b94e9177bf6721b4c38377.tar.xz
test: ignore custom visrc.lua configuration
Diffstat (limited to 'lua')
-rwxr-xr-xlua/test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/test.sh b/lua/test.sh
index 00501d3..4209f5c 100755
--- a/lua/test.sh
+++ b/lua/test.sh
@@ -1,5 +1,6 @@
#!/bin/sh
+export VIS_PATH=.
[ -z "$VIS" ] && VIS="../../vis"
$VIS -v
@@ -13,8 +14,6 @@ else
test_files="$(find . -type f -name "*.in") basic_empty_file.in"
fi
-export VIS_PATH=.
-
for t in $test_files; do
TESTS_RUN=$((TESTS_RUN + 1))
t=${t%.in}