From 837cabd91ab86749b5b94e9177bf6721b4c38377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 19 Dec 2016 10:52:06 +0100 Subject: test: ignore custom visrc.lua configuration --- lua/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') 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} -- cgit v1.2.3