Skip to content

Commit

Permalink
unposted: Make test platform-independent.
Browse files Browse the repository at this point in the history
Follow-up to the grandparent commit.
  • Loading branch information
danielshahaf committed Apr 2, 2020
1 parent 2bfe01d commit c57d660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Test/D02glob.ztst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c57d660

Please sign in to comment.