From: Udi Finkelstein Date: Tue, 5 Jun 2018 14:52:36 +0000 (+0300) Subject: Fixed typo (sikp -> skip) X-Git-Tag: yosys-0.8~75^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=106af19b69c1a62531655d35f5a8f3f7eda838e7;p=yosys.git Fixed typo (sikp -> skip) --- diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 31a6ae8ab..d6216244f 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -100,7 +100,7 @@ do echo -n "Test: $bn " fi - rm -f ${bn}.{err,log,sikp} + rm -f ${bn}.{err,log,skip} mkdir -p ${bn}.out rm -rf ${bn}.out/*