From cbd52eae5381542862f5dae29f4d0fd0fdc36541 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 12 Jan 2005 10:31:54 +0000 Subject: 20692: unset POSIXLY_CORRECT in test. unposted: minor comment change in _perforce --- Test/ztst.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test') diff --git a/Test/ztst.zsh b/Test/ztst.zsh index a110c401c..3e6246958 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -28,6 +28,9 @@ emulate -R zsh [[ -n $LC_COLLATE ]] && LC_COLLATE=C [[ -n $LANG ]] && LANG=C +# POSIXLY_CORRECT can cause spurious error messages with "tail -". +unset POSIXLY_CORRECT + # Set the module load path to correspond to this build of zsh. # This Modules directory should have been created by "make check". [[ -d Modules/zsh ]] && module_path=( $PWD/Modules ) -- cgit 1.4.1