Fix Bug #11955.
[pspp-builds.git] / tests / command / sort.sh
index 72d17cc95567e50659274e85e9827c5fb6b17983..44e5fd0546cb8146a3f3f7556430c67152413bfc 100755 (executable)
@@ -3,6 +3,7 @@
 # This program tests the sort command
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -47,7 +48,7 @@ cd $TEMPDIR
 
 
 activity="generate stat program"
-cat > $TEMPDIR/sort.stat <<EOF
+cat > $TESTFILE <<EOF
 title 'Test SORT procedure'.
 
 data list file='$here/sort.data' notable /X000 to X126 1-127.
@@ -58,7 +59,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/sort.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 # Now there should be some sorted data in $TEMPDIR/pspp.list