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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/filter.sh
Date: Wed, 13 Apr 2005 06:10:18 -0400

Index: pspp/tests/command/filter.sh
diff -u pspp/tests/command/filter.sh:1.3 pspp/tests/command/filter.sh:1.4
--- pspp/tests/command/filter.sh:1.3    Tue Jan 18 11:31:45 2005
+++ pspp/tests/command/filter.sh        Wed Apr 13 10:09:59 2005
@@ -47,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/filter.stat << EOF
+cat > $TESTFILE << EOF
 data list notable /x 1-2.
 begin data.
 1
@@ -76,7 +76,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 




reply via email to

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