diff options
Diffstat (limited to 'lua/test.sh')
| -rw-r--r--[-rwxr-xr-x] | lua/test.sh | 2 |
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 |
