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/examine-percentiles.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/examine-percentiles.sh
Date: Tue, 18 Jan 2005 06:32:03 -0500

Index: pspp/tests/command/examine-percentiles.sh
diff -u pspp/tests/command/examine-percentiles.sh:1.1 
pspp/tests/command/examine-percentiles.sh:1.2
--- pspp/tests/command/examine-percentiles.sh:1.1       Fri Dec 31 08:51:07 2004
+++ pspp/tests/command/examine-percentiles.sh   Tue Jan 18 11:31:45 2005
@@ -5,6 +5,7 @@
 # a few cases
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -48,7 +49,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 DATA LIST LIST /x *.
 BEGIN DATA.
 2.00 
@@ -74,7 +75,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.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]