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


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

Index: pspp/tests/command/weight.sh
diff -u pspp/tests/command/weight.sh:1.8 pspp/tests/command/weight.sh:1.9
--- pspp/tests/command/weight.sh:1.8    Sat Apr  3 07:10:56 2004
+++ pspp/tests/command/weight.sh        Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the WEIGHT command
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -46,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/weight.stat <<EOF
+cat > $TESTFILE << EOF
 data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10.
 weight by BVAR.
 
@@ -58,7 +59,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/weight.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -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]