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