summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-11-13 12:57:19 +0100
committerJim Meyering <meyering@redhat.com>2010-11-13 12:57:19 +0100
commit5ed7652dafac97fe2a47e7c283fe68a661a5716f (patch)
treea0dd0f2e8121aa5c0930f79848a846210e5d7c9b /tests
parent6383a3bbe16d3615791568c030fed5bfe86a4381 (diff)
downloadgnulib-5ed7652dafac97fe2a47e7c283fe68a661a5716f.tar.gz
tests: avoid test failure on Solaris 10 due to lack of PATH export
* tests/test-update-copyright.sh: Don't forget to export PATH.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-update-copyright.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-update-copyright.sh b/tests/test-update-copyright.sh
index fbf4f23bb4..ea700c902b 100755
--- a/tests/test-update-copyright.sh
+++ b/tests/test-update-copyright.sh
@@ -25,6 +25,7 @@ fi
# Ensure the update-copyright program gets found.
PATH=$abs_aux_dir:$PATH
+export PATH
TMP_BASE=update-copyright.test
trap 'rm -f $TMP_BASE*' 0 1 2 3 15