pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/bugs/t-test-alpha2.sh


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

Index: pspp/tests/bugs/t-test-alpha2.sh
diff -u pspp/tests/bugs/t-test-alpha2.sh:1.2 
pspp/tests/bugs/t-test-alpha2.sh:1.3
--- pspp/tests/bugs/t-test-alpha2.sh:1.2        Fri Jan 21 11:59:40 2005
+++ pspp/tests/bugs/t-test-alpha2.sh    Mon Jan 24 04:29:53 2005
@@ -48,7 +48,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /id * indep (a1) dep1 * dep2 *.
 begin data.
 1  'a' 1 3
@@ -71,7 +71,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat > /dev/null
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE > /dev/null
 #invert  v
 if [ $? -eq 0 ] ; then fail ; fi
 




reply via email to

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