+2011-01-15 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ Tests defs: don't let useless variables leak in test scripts.
+ * tests/defs ($priv_check_temp, $overwrite_status, $ro_dir_temp,
+ $create_status, $r2h, $libtool_found, $gettext_found, $aclocaldir,
+ $extra_includes): Unset once they've served their purpose.
+
2010-12-22 Stefano Lattarini <stefano.lattarini@gmail.com>
Fix parallel testsuite run with Zsh.
# -*- shell-script -*-
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
+# Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
echo "$me: cannot drop file write permissions" >&2
exit 77
fi
+ unset priv_check_temp overwrite_status
;;
perl-threads)
if test "$WANT_NO_THREADS" = "yes"; then
echo "$me: cannot drop directory write permissions" >&2
exit 77
fi
+ unset ro_dir_temp create_status
;;
rst2html)
# Try the variants that are tried in check.am.
echo "$me: no proper rst2html program found" >&2
exit 77
done
+ unset r2h
;;
runtest)
# DejaGnu's runtest program. We rely on being able to specify
;;
esac
ACLOCAL="$ACLOCAL -Wno-syntax -I $top_testsrcdir/m4 $extra_includes -I $aclocaldir"
+ unset libtool_found gettext_found
+ unset extra_includes aclocaldir
;;
esac