tests: avoid test failure on Solaris 10 due to lack of PATH export
[gnulib.git] / tests / test-update-copyright.sh
index fbf4f23..ea700c9 100755 (executable)
@@ -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