tests: avoid test failure on Solaris 10 due to lack of PATH export
[pspp] / tests / test-update-copyright.sh
index fbf4f23bb4f4a7339b52a6dc1e1a25ebb1c09b5f..ea700c902b8be30f9de761f32db81316db5b6143 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