From: Xiretza Date: Mon, 21 Sep 2020 13:05:42 +0000 (+0200) Subject: tests/simple: remove "nullglob" shopt X-Git-Tag: working-ls180~254^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e38b830cbb55bd251a89e94f2b98ddd4ecef6420;p=yosys.git tests/simple: remove "nullglob" shopt --- 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}