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-paired-missing-anal.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/t-test-paired-missing-anal.sh
Date: Sun, 23 Jan 2005 23:29:57 -0500

Index: pspp/tests/command/t-test-paired-missing-anal.sh
diff -u pspp/tests/command/t-test-paired-missing-anal.sh:1.3 
pspp/tests/command/t-test-paired-missing-anal.sh:1.4
--- pspp/tests/command/t-test-paired-missing-anal.sh:1.3        Tue Jan 18 
11:31:45 2005
+++ pspp/tests/command/t-test-paired-missing-anal.sh    Mon Jan 24 04:29:53 2005
@@ -48,7 +48,7 @@
 cd $TEMPDIR
 
 activity="create program 1"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /id * a * b * c * d *.
 begin data.
 1 2.0 3.0 4.0 4.0
@@ -64,7 +64,7 @@
 
 
 activity="run program 1"
-$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="copy output"
@@ -72,7 +72,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="create program 2"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /id * a * b * c * d *.
 begin data.
 1 2.0 3.0 4.0 4.0 
@@ -90,7 +90,7 @@
 
 
 activity="run program 2"
-$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]