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


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

Index: pspp/tests/command/aggregate.sh
diff -u pspp/tests/command/aggregate.sh:1.4 pspp/tests/command/aggregate.sh:1.5
--- pspp/tests/command/aggregate.sh:1.4 Tue Feb 17 05:38:31 2004
+++ pspp/tests/command/aggregate.sh     Tue Jan 18 11:31:45 2005
@@ -3,6 +3,8 @@
 # This program tests the aggregate procedure
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
+
 
 here=`pwd`;
 
@@ -46,7 +48,7 @@
 cd $TEMPDIR
 
 activity="program create"
-cat > $TEMPDIR/test.sps << EOF
+cat > $TESTFILE << EOF
 
 data list notable /x y 1-2.
 begin data.
@@ -69,7 +71,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp    -o raw-ascii $TEMPDIR/test.sps  
+$SUPERVISOR $here/../src/pspp    -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="test result"




reply via email to

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