pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/sort.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/sort.sh
Date: Sun, 23 Jan 2005 23:29:56 -0500

Index: pspp/tests/command/sort.sh
diff -u pspp/tests/command/sort.sh:1.6 pspp/tests/command/sort.sh:1.7
--- pspp/tests/command/sort.sh:1.6      Tue Jan 18 11:31:45 2005
+++ pspp/tests/command/sort.sh  Mon Jan 24 04:29:53 2005
@@ -48,7 +48,7 @@
 
 
 activity="generate stat program"
-cat > $TEMPDIR/sort.stat <<EOF
+cat > $TESTFILE <<EOF
 title 'Test SORT procedure'.
 
 data list file='$here/sort.data' notable /X000 to X126 1-127.
@@ -59,7 +59,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/sort.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # Now there should be some sorted data in $TEMPDIR/pspp.list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]