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/import-export.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/import-export.sh
Date: Tue, 18 Jan 2005 06:32:12 -0500

Index: pspp/tests/command/import-export.sh
diff -u pspp/tests/command/import-export.sh:1.1 
pspp/tests/command/import-export.sh:1.2
--- pspp/tests/command/import-export.sh:1.1     Wed Jan  5 00:32:17 2005
+++ pspp/tests/command/import-export.sh Tue Jan 18 11:31:45 2005
@@ -3,6 +3,7 @@
 # This program tests the IMPORT and EXPORT commands
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -46,7 +47,7 @@
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/prog.stat <<EOF
+cat > $TESTFILE <<EOF
 DATA LIST LIST /x * y *.
 BEGIN DATA.
 1 2
@@ -66,7 +67,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/prog.stat
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"




reply via email to

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