Browse Source

* config.sh: Swapped reference output and test output on diff.

pre-master-46
arno 26 years ago
parent
commit
12da5de1cc
  1. 2
      tests/config.sh

2
tests/config.sh

@ -5,7 +5,7 @@ DIFFPIPE="Analysis|CPU|memory|Date|Note"
function spicetest () {
$NGSPICE < $srcdir/$1.cir 2>&1 | egrep -v $DIFFPIPE > $1.test
if diff -u $1.test $srcdir/$1.out; then
if diff -u $srcdir/$1.out $1.test; then
rm $1.test
exit 0
fi

Loading…
Cancel
Save