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


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

Index: pspp/tests/command/examine-extremes.sh
diff -u pspp/tests/command/examine-extremes.sh:1.1 
pspp/tests/command/examine-extremes.sh:1.2
--- pspp/tests/command/examine-extremes.sh:1.1  Tue Nov 23 05:54:57 2004
+++ pspp/tests/command/examine-extremes.sh      Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests  the EXTREME subcommand of 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 free /v1 w
 begin data.
 1  1
@@ -82,7 +83,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
 
 activity="compare results"




reply via email to

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