Oops - revert change that shouldn't have been applied.
authorBen Pfaff <blp@gnu.org>
Tue, 2 Mar 2004 20:03:47 +0000 (20:03 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 2 Mar 2004 20:03:47 +0000 (20:03 +0000)
tests/command/print.sh
tests/command/sort.sh

index 830e985878b01125f46b6b49c23312d74a6664ae..fdfcf9cb5d798f929fa631f742df21bf0393833f 100755 (executable)
@@ -112,7 +112,7 @@ if [ $? -ne 0 ] ; then fail ; fi
 
 
 activity="compare output"
-diff -u -b -B $TEMPDIR/pspp.list - << EOF
+diff -b -B $TEMPDIR/pspp.list - << EOF
 ----------------------------------------------------------------------
 There is no test for DATA LIST FIXED since it is imagined that the
 rest of the tests give it a pretty good workout.
index 945fa5c9c9dc12afffb3d73440cebef0668ad502..c53c19720583637e6cce2353a13dc95a10057227 100755 (executable)
@@ -50,7 +50,7 @@ activity="generate stat program"
 cat > $TEMPDIR/sort.stat <<EOF
 title 'Test SORT procedure'.
 
-data list file='$here/sort.data' notable /X000 to X126 1-127.
+data list file='$here/sort.data' notable /X000 to X126 1-127(a).
 sort by X000 to x005.
 print /X000 to X005.
 execute.
@@ -68,10 +68,9 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="check sorted"
 sort $TEMPDIR/pspp.list  > $TEMPDIR/sortsort
-cp $TEMPDIR/pspp.list ~/pspp.list
 if [ $? -ne 0 ] ; then no_result ; fi
 
-diff -u -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list
+diff -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list
 if [ $? -ne 0 ] ; then fail ; fi
 
 # 2. It should be six elements wide