[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] Changes to pspp/tests/command/aggregate.sh
From: |
Jason H Stover |
Subject: |
[Pspp-cvs] Changes to pspp/tests/command/aggregate.sh |
Date: |
Mon, 10 Oct 2005 18:18:16 -0400 |
Index: pspp/tests/command/aggregate.sh
diff -u pspp/tests/command/aggregate.sh:1.11
pspp/tests/command/aggregate.sh:1.12
--- pspp/tests/command/aggregate.sh:1.11 Sun Jul 31 04:55:59 2005
+++ pspp/tests/command/aggregate.sh Mon Oct 10 22:18:06 2005
@@ -204,7 +204,8 @@
if [ $? -ne 0 ] ; then no_result ; fi
activity="check $name output"
- diff -b -w -B pspp.list agg-$missing.out
+ perl -pi -e 's/^\s*$//g' pspp.list agg-$missing.out
+ diff -b -w pspp.list agg-$missing.out
if [ $? -ne 0 ] ; then fail ; fi
done
done
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] Changes to pspp/tests/command/aggregate.sh,
Jason H Stover <=