From f1af8ea76769ff185f67d56f934a8cd43c0e0dce Mon Sep 17 00:00:00 2001 From: Xiretza Date: Fri, 11 Dec 2020 21:20:23 +0100 Subject: [PATCH] test.sh: allow empty directories --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c4f3cac..324a237 100755 --- a/test.sh +++ b/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