aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2020-09-21 15:05:42 +0200
committerXiretza <xiretza@xiretza.xyz>2020-09-21 15:07:02 +0200
commite38b830cbb55bd251a89e94f2b98ddd4ecef6420 (patch)
tree3cfc72b49af518dd20b544ca53a6a42581732398
parent01260344d3eda4df701f1703f115f4eed609c730 (diff)
downloadyosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.tar.gz
yosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.tar.bz2
yosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.zip
tests/simple: remove "nullglob" shopt
-rwxr-xr-xtests/simple/run-test.sh1
1 files changed, 0 insertions, 1 deletions
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}