summaryrefslogtreecommitdiff
path: root/t/self-check-cleanup.tap
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-04-11 22:02:37 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-11 22:05:59 +0200
commitaf779b87d72abcc70a67544b1ad95d342f213747 (patch)
tree5f57b3d7a59514b934d58dbc9aab546de774d5a9 /t/self-check-cleanup.tap
parentecd851d12a0b77e9e96f8451db69812735de25c9 (diff)
downloadautomake-af779b87d72abcc70a67544b1ad95d342f213747.tar.gz
self checks: avoid spurious failures when keep_testdirs=yes
* t/self-check-cleanup.tap, t/self-check-dir.tap: Unset the 'keep_testdirs' environment variable, to avoid spurious errors when the testsuite is run with "keep_testdirs=yes make check". Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/self-check-cleanup.tap')
-rwxr-xr-xt/self-check-cleanup.tap1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/self-check-cleanup.tap b/t/self-check-cleanup.tap
index 5ea1a6ebc..a56854b47 100755
--- a/t/self-check-cleanup.tap
+++ b/t/self-check-cleanup.tap
@@ -34,6 +34,7 @@ diff "$am_top_builddir"/defs-static defs-static \
cp "$am_top_builddir"/defs .
AM_TESTS_REEXEC=no; export AM_TESTS_REEXEC
+keep_testdirs=; unset keep_testdirs
if ln -s defs foo && test -h foo; then
have_symlinks=yes