mirror of https://github.com/YosysHQ/yosys.git
tests/simple: remove "nullglob" shopt
This commit is contained in:
parent
01260344d3
commit
e38b830cbb
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue