about summary refs log tree commit diff
path: root/Test/E03posix.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/E03posix.ztst')
-rw-r--r--Test/E03posix.ztst7
1 files changed, 1 insertions, 6 deletions
diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst
index b191199ad..6ac4d1732 100644
--- a/Test/E03posix.ztst
+++ b/Test/E03posix.ztst
@@ -153,14 +153,9 @@ F:This may also need to apply to multibyte whitespace
 F:POSIX has neither math functions nor floating point
 >42
 
-  ARGV0=sh $ZTST_testdir/../Src/zsh -c 'EUID=10; echo "$EUID"'
+  ARGV0=sh $ZTST_testdir/../Src/zsh -c 'EUID=1; EUID=10; echo $EUID'
 -f:EUID is not a special variable
 >10
 
-  ARGV0=sh $ZTST_testdir/../Src/zsh -c "printf '<%10s>\n' St$'\M-C\M-)'phane"
-0f:Width of %s is computed in bytes not characters
-F:This is considered a bugfix in zsh
-><  Stéphane>
-
   PPID=foo
 -f:PPID is not a readonly variable