diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index c9a12b66b..e19a8d5af 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -148,7 +148,7 @@ do rm -f ${bn}_ref.fir if [[ "$ext" == "v" ]]; then - egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext} + grep -Ev '^\s*`timescale' ../$fn > ${bn}_ref.${ext} elif [[ "$ext" == "aig" ]] || [[ "$ext" == "aag" ]]; then $abcprog -c "read_aiger ../${fn}; write ${bn}_ref.${refext}" else