help: added t-test reference to help page
[pspp] / tests / atlocal.in
index b9b6239a55083bc57228e8d0fde990354bff097c..f011d0849b59671a5770d52af50bcd09010c7669 100644 (file)
@@ -43,22 +43,9 @@ export WINEPREFIX
 HOME=/nonexistent              # Kluge to make PSPP ignore $HOME/.pspprc.
 export HOME
 
-PSPP=$abs_top_builddir/src/ui/terminal/pspp$EXEEXT
-export PSPP
-
-PSPPCONVERT=$abs_top_builddir/utilities/pspp-convert$EXEEXT
-export PSPPCONVERT
-
-
 # Avoids error messages during tests if $TERM is set to an unknown terminal.
 TERM=; unset TERM
 
-if test X"$RUNNER" != X; then
-    pspp () {
-        $RUNNER $PSPP "$@"
-    }
-fi
-
 pspp_diff=`which diff`
 if test X"$RUNNER" = Xwine; then
     diff () {