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/count.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/count.sh
Date: Tue, 18 Jan 2005 06:31:58 -0500

Index: pspp/tests/command/count.sh
diff -u pspp/tests/command/count.sh:1.2 pspp/tests/command/count.sh:1.3
--- pspp/tests/command/count.sh:1.2     Tue Feb 17 05:38:31 2004
+++ pspp/tests/command/count.sh Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the count transformation
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -45,7 +46,7 @@
 
 cd $TEMPDIR
 
-cat > $TEMPDIR/count.stat <<EOF
+cat > $TESTFILE <<EOF
 title 'Test COUNT transformation'.
 
 * we're going to count the 2s 4s and 1s in the data
@@ -65,7 +66,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/count.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 




reply via email to

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