about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/D02glob.ztst2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dbbc573b..74daca7f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-01  dana  <dana@dana.is>
+
+	* unposted: Test/D02glob.ztst: Fix platform-dependent test
+	failure introduced by workers/45583
+
 2020-03-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 45649: Completion/Unix/Command/_unison: completion: Simplify
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst
index 041784310..c31eba3c0 100644
--- a/Test/D02glob.ztst
+++ b/Test/D02glob.ztst
@@ -690,7 +690,7 @@
  # 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
+ print ${bad_pwd:P} | wc -c | tr -d '\t '
 0:modifier ':P' with path too long
 >16002