test.sh: allow empty directories
This commit is contained in:
parent
d0834f7ea9
commit
f1af8ea767
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -25,7 +25,7 @@ run_solution() {
|
|||
fi
|
||||
}
|
||||
|
||||
shopt -s dotglob
|
||||
shopt -s dotglob nullglob
|
||||
|
||||
for day in day*; do
|
||||
input=data/$day.input
|
||||
|
|
Loading…
Reference in a new issue