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


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

Index: pspp/tests/command/examine.sh
diff -u pspp/tests/command/examine.sh:1.4 pspp/tests/command/examine.sh:1.5
--- pspp/tests/command/examine.sh:1.4   Wed Dec 29 01:19:57 2004
+++ pspp/tests/command/examine.sh       Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests  the EXAMINE command.
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -46,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 DATA LIST LIST /quality * w * brand * .
 BEGIN DATA
 3  1  1
@@ -85,7 +86,7 @@
 
 
 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
 
 # NOTE:  In the following data: Only the extreme values have been checked




reply via email to

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