X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=4170feda3337d2e76b4fa23cc380e6d443394c15;hb=b051ed08f170d5211f47491da71539f996ee5655;hp=5ba794cdd0638b22800bc5e3c9a5509c8346172c;hpb=623da5b3ee66c4923679261fa72884d05212225a;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index 5ba794cdd0..4170feda33 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -21,7 +21,7 @@ # Variables used internally by the testsuite. EXEEXT='@EXEEXT@' PERL='@PERL@' -PYTHON='@PYTHON@' +PYTHON3='@PYTHON3@' TEX='@TEX@' GWC='@GWC@' WITH_PERL_MODULE='@WITH_PERL_MODULE@' @@ -65,13 +65,13 @@ export GZIP WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy export WINEPREFIX -HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. -export HOME +# Make PSPP ignore $HOME/.pspprc. +alias pspp='pspp --no-statrc' # Avoids error messages during tests if $TERM is set to an unknown terminal. TERM=; unset TERM -pspp_diff=`which diff` +pspp_diff=`command -v diff` if test X"$RUNNER" = Xwine; then diff () { $pspp_diff -w "$@"