[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] Changes to pspp/tests/command/t-test-1s.sh
From: |
Jason H Stover |
Subject: |
[Pspp-cvs] Changes to pspp/tests/command/t-test-1s.sh |
Date: |
Mon, 10 Oct 2005 16:49:21 -0400 |
Index: pspp/tests/command/t-test-1s.sh
diff -u pspp/tests/command/t-test-1s.sh:1.7 pspp/tests/command/t-test-1s.sh:1.8
--- pspp/tests/command/t-test-1s.sh:1.7 Sun Jul 31 04:55:59 2005
+++ pspp/tests/command/t-test-1s.sh Mon Oct 10 20:49:13 2005
@@ -70,7 +70,8 @@
if [ $? -ne 0 ] ; then no_result ; fi
activity="compare output"
-diff -B -b $TEMPDIR/pspp.list - <<EOF
+perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
+diff -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
1.1 DATA LIST. Reading free-form data from the command file.
+--------+------+
|Variable|Format|
- [Pspp-cvs] Changes to pspp/tests/command/t-test-1s.sh,
Jason H Stover <=