From a661d2967d576277421e8259d12a701b45b4374f Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sun, 11 Aug 2013 11:05:49 +0200 Subject: [PATCH] apply patch `#17 Enable regression tests on OpenBSD' provided by Anthony J. Bentley on http://sourceforge.net/p/ngspice/patches/17/ --- tests/bin/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/check.sh b/tests/bin/check.sh index 8e1813df0..81355bddc 100644 --- a/tests/bin/check.sh +++ b/tests/bin/check.sh @@ -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