diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-01-12 10:31:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-01-12 10:31:54 +0000 |
commit | cbd52eae5381542862f5dae29f4d0fd0fdc36541 (patch) | |
tree | 506fbc4d450a988cb0467cecb060365e9d558243 /Test | |
parent | fbaf2cc044197a7b538b9230a122569218da79aa (diff) | |
download | zsh-cbd52eae5381542862f5dae29f4d0fd0fdc36541.tar.gz zsh-cbd52eae5381542862f5dae29f4d0fd0fdc36541.tar.xz zsh-cbd52eae5381542862f5dae29f4d0fd0fdc36541.zip |
20692: unset POSIXLY_CORRECT in test.
unposted: minor comment change in _perforce
Diffstat (limited to 'Test')
-rwxr-xr-x | Test/ztst.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
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 -<num>". +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 ) |