diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-04-02 00:10:34 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-04-02 00:10:42 +0000 |
| commit | c57d660764c368d6c1e0104f2b781c85e5a33f0b (patch) | |
| tree | 4011dc109e437161fdb3c8b288ad005582550529 /Test | |
| parent | 45542: P01privileged: Use test-directory owner for auto-determined EUID/EGID (diff) | |
| download | zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar.gz zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar.bz2 zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar.lz zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar.xz zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.tar.zst zsh-c57d660764c368d6c1e0104f2b781c85e5a33f0b.zip | |
unposted: Make test platform-independent.
Follow-up to the grandparent commit.
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/D02glob.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index c31eba3c0..f250244e7 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -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" |
