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/t-test-1-indep-val.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/t-test-1-indep-val.sh
Date: Tue, 18 Jan 2005 06:32:31 -0500

Index: pspp/tests/command/t-test-1-indep-val.sh
diff -u pspp/tests/command/t-test-1-indep-val.sh:1.2 
pspp/tests/command/t-test-1-indep-val.sh:1.3
--- pspp/tests/command/t-test-1-indep-val.sh:1.2        Tue Jun  1 04:57:31 2004
+++ pspp/tests/command/t-test-1-indep-val.sh    Tue Jan 18 11:31:45 2005
@@ -4,6 +4,7 @@
 # when a single value in the independent variable is given.
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -47,7 +48,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /indep * dep *.
 begin data.
        1        6
@@ -79,7 +80,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
 
 




reply via email to

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