add FreeBSD

This commit is contained in:
Kevin Zheng 2019-09-20 20:10:01 +02:00 committed by Holger Vogt
parent acd0c7156c
commit e25593fa55
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ case $HOST_TYPE in
fi
rm -f $testname.test_tmp $testname.out_tmp
;;
SunOS*|OpenBSD*)
FreeBSD*|SunOS*|OpenBSD*)
$SPICE --batch $testdir/$testname.cir >$testname.test &&\
sed -e '/^$/d' $testname.test | egrep -v "$FILTER" > $testname.test_tmp &&\
sed -e '/^$/d' $testdir/$testname.out | egrep -v "$FILTER" > $testname.out_tmp