From 3645cd1985c8c1a6502a38483f894a1d41a14be8 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 afd0c18..33af165 100755 --- a/test.sh +++ b/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