tests/simple: remove "nullglob" shopt

This commit is contained in:
Xiretza 2020-09-21 15:05:42 +02:00
parent 01260344d3
commit e38b830cbb
No known key found for this signature in database
GPG Key ID: 17B78226F7139993
1 changed files with 0 additions and 1 deletions

View File

@ -17,5 +17,4 @@ if ! command -v iverilog > /dev/null ; then
exit 1 exit 1
fi fi
shopt -s nullglob
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.{sv,v} exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.{sv,v}