mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: Make test platform-independent.
Follow-up to the grandparent commit.
This commit is contained in:
parent
2bfe01df6f
commit
c57d660764
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2020-04-02 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Test/D02glob.ztst: Make test platform-independent.
|
||||
|
||||
2020-04-01 dana <dana@dana.is>
|
||||
|
||||
* 45542: Test/P01privileged.ztst: Use test-directory owner for
|
||||
|
|
|
@ -690,9 +690,9 @@
|
|||
# This is a bit brittle as it depends on PATH_MAX.
|
||||
# We could use sysconf..
|
||||
bad_pwd="/${(l:16000:: :):-}"
|
||||
print ${bad_pwd:P} | wc -c | tr -d '\t '
|
||||
print ${#${bad_pwd:P}}
|
||||
0:modifier ':P' with path too long
|
||||
>16002
|
||||
>16001
|
||||
|
||||
foo=a
|
||||
value="ac"
|
||||
|
|
Loading…
Reference in a new issue