about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/D02glob.ztst2
1 files changed, 1 insertions, 1 deletions
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