Fixed a whole lot more memory leaks.
[pspp-builds.git] / tests / bugs / t-test-alpha2.sh
index bf74ec8e4b7a2bbc4b9a0400454960800414f12e..f1f37f8f30f42c360aa7d7045b5108d5d96ca832 100755 (executable)
@@ -48,7 +48,7 @@ mkdir -p $TEMPDIR
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
+cat > $TESTFILE <<EOF
 data list list /id * indep (a1) dep1 * dep2 *.
 begin data.
 1  'a' 1 3
@@ -71,7 +71,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat > /dev/null
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE > /dev/null
 #invert  v
 if [ $? -eq 0 ] ; then fail ; fi