diff options
author | Xiretza <xiretza@xiretza.xyz> | 2020-09-21 15:05:42 +0200 |
---|---|---|
committer | Xiretza <xiretza@xiretza.xyz> | 2020-09-21 15:07:02 +0200 |
commit | e38b830cbb55bd251a89e94f2b98ddd4ecef6420 (patch) | |
tree | 3cfc72b49af518dd20b544ca53a6a42581732398 /tests/simple | |
parent | 01260344d3eda4df701f1703f115f4eed609c730 (diff) | |
download | yosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.tar.gz yosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.tar.bz2 yosys-e38b830cbb55bd251a89e94f2b98ddd4ecef6420.zip |
tests/simple: remove "nullglob" shopt
Diffstat (limited to 'tests/simple')
-rwxr-xr-x | tests/simple/run-test.sh | 1 |
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} |