test.sh: allow empty directories

This commit is contained in:
Xiretza 2020-12-11 21:20:23 +01:00
parent d0834f7ea9
commit f1af8ea767
Signed by: xiretza
GPG Key ID: 17B78226F7139993
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ run_solution() {
fi
}
shopt -s dotglob
shopt -s dotglob nullglob
for day in day*; do
input=data/$day.input