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


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

Index: pspp/tests/command/data-list.sh
diff -u pspp/tests/command/data-list.sh:1.2 pspp/tests/command/data-list.sh:1.3
--- pspp/tests/command/data-list.sh:1.2 Sat Jan  1 11:03:45 2005
+++ pspp/tests/command/data-list.sh     Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the DATA LIST input program.
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -47,7 +48,7 @@
 
 # Create command file.
 activity="create program"
-cat > $TEMPDIR/data-list.stat << EOF
+cat > $TESTFILE << EOF
 data list list ('|','X') /A B C D.
 begin data.
 1|23X45|2.03
@@ -99,7 +100,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii --testing-mode 
$TEMPDIR/data-list.stat # > $TEMPDIR/errs
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii --testing-mode 
$TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare output"




reply via email to

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