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


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

Index: pspp/tests/command/t-test-groups.sh
diff -u pspp/tests/command/t-test-groups.sh:1.5 
pspp/tests/command/t-test-groups.sh:1.6
--- pspp/tests/command/t-test-groups.sh:1.5     Tue Jan 18 11:31:45 2005
+++ pspp/tests/command/t-test-groups.sh Mon Jan 24 04:29:53 2005
@@ -47,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /id * indep * dep1 * dep2 *.
 begin data.
 1  1.1 1 3
@@ -71,7 +71,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 output"




reply via email to

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