From e38b830cbb55bd251a89e94f2b98ddd4ecef6420 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 21 Sep 2020 15:05:42 +0200 Subject: [PATCH] tests/simple: remove "nullglob" shopt --- tests/simple/run-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/simple/run-test.sh b/tests/simple/run-test.sh index f20fd0d30..47bcfd6da 100755 --- a/tests/simple/run-test.sh +++ b/tests/simple/run-test.sh @@ -17,5 +17,4 @@ if ! command -v iverilog > /dev/null ; then exit 1 fi -shopt -s nullglob exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.{sv,v}