add FreeBSD
This commit is contained in:
parent
acd0c7156c
commit
e25593fa55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue