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/beg-data.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/beg-data.sh
Date: Tue, 18 Jan 2005 06:31:55 -0500

Index: pspp/tests/command/beg-data.sh
diff -u pspp/tests/command/beg-data.sh:1.4 pspp/tests/command/beg-data.sh:1.5
--- pspp/tests/command/beg-data.sh:1.4  Fri Mar 26 09:03:04 2004
+++ pspp/tests/command/beg-data.sh      Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the BEGIN DATA / END DATA commands
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -46,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/prog.sps << EOF_foobar
+cat > $TESTFILE << EOF_foobar
 title 'Test BEGIN DATA ... END DATA'.
 
 data list /A B 1-2.
@@ -73,7 +74,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/prog.sps
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare data"




reply via email to

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