45368: Add tests for workers/45367's issue about double slashes in 'cd -P' and /home/daniel/in/zsh.

zsh-5.8-patches
Daniel Shahaf 4 years ago
parent e01223a26c
commit 3bcf9641eb

@ -1,3 +1,9 @@
2020-02-03 Daniel Shahaf <danielsh@apache.org>
* 45368: Test/B01cd.ztst, Test/D02glob.ztst: Add tests for
workers/45367's issue about double slashes in 'cd -P' and
/home/daniel/in/zsh.
2020-02-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 45373: Src/loop.c, Test/C03traps.ztst: ERR_EXIT failed on

@ -145,6 +145,10 @@ F:something is broken. But you already knew that.
1:Implicit cd with unset HOME.
?zsh:cd:1: HOME not set
$ZTST_testdir/../Src/zsh -fc 'cd -P ////dev && pwd'
-f:(workers/45367) cd -P squashes multiple leading slashes
>/dev
%clean
# This optional section cleans up after the test, if necessary,
# e.g. killing processes etc. This is in addition to the removal of *.tmp

@ -742,6 +742,10 @@
>glob.tmp/secret-s111/ glob.tmp/secret-s111
>glob.tmp/secret-s444/ glob.tmp/secret-s444
() { echo $1:P } ////dev
-f:(workers/45367) modifier ':P' squashes multiple slashes
>/dev
%clean
# Fix unreadable-directory permissions so ztst can clean up properly

Loading…
Cancel
Save