aboutsummaryrefslogtreecommitdiff
path: root/lua/test.sh
diff options
context:
space:
mode:
authorJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 10:37:48 +0100
committerJosh Wainwright <josh.wainwright@ldra.com>2016-04-21 10:37:48 +0100
commitf6ff4e24e5003542e59c0a3e5df7a1af8896006a (patch)
treedc643f55430a1ac0f4c8677bec29b43686423270 /lua/test.sh
parent3e47a926e7687d52ac2df06d5b664afd4f644971 (diff)
downloadvis-f6ff4e24e5003542e59c0a3e5df7a1af8896006a.tar.gz
vis-f6ff4e24e5003542e59c0a3e5df7a1af8896006a.tar.xz
Add test for file that does not exist
Diffstat (limited to 'lua/test.sh')
-rw-r--r--[-rwxr-xr-x]lua/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/test.sh b/lua/test.sh
index 3bef6ba..c699049 100755..100644
--- a/lua/test.sh
+++ b/lua/test.sh
@@ -12,7 +12,7 @@ export VIS_THEME=theme
if [ $# -gt 0 ]; then
test_files=$@
else
- test_files=$(find . -type f -name "*.in")
+ test_files="$(find . -type f -name "*.in") basic_empty_file.in"
fi
for t in $test_files; do