apply patch `#17 Enable regression tests on OpenBSD'

provided by Anthony J. Bentley on
http://sourceforge.net/p/ngspice/patches/17/
This commit is contained in:
h_vogt 2013-08-11 11:05:49 +02:00 committed by rlar
parent d2dbe6145f
commit a661d2967d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ case $HOST_TYPE in
fi
rm -f $testname.test_tmp $testname.out_tmp
;;
SunOS*)
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