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


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

Index: pspp/tests/command/bignum.sh
diff -u pspp/tests/command/bignum.sh:1.3 pspp/tests/command/bignum.sh:1.4
--- pspp/tests/command/bignum.sh:1.3    Fri Mar 26 09:03:04 2004
+++ pspp/tests/command/bignum.sh        Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the use of big numbers
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -114,7 +115,7 @@
 
 
 activity="create program"
-cat > $TEMPDIR/prog.stat <<foobar
+cat > $TESTFILE <<foobar
 title 'Test use of big numbers'.
 
 *** Do the portable output.
@@ -127,7 +128,7 @@
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii prog.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # Like the above comments say ...




reply via email to

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