summary refs log tree commit diff
path: root/Test/E03posix.ztst
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-03-30 10:40:34 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-03-30 10:40:34 +0900
commit596b8e3faefe9e245b45198ae42296d3b0070f5f (patch)
treedfa9fb7921aea5317e1a152585c7fc0b1bc9eb03 /Test/E03posix.ztst
parent6617f192348f6ce71fd4ee16e55e9dc78927c520 (diff)
downloadzsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.tar.gz
zsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.tar.xz
zsh-596b8e3faefe9e245b45198ae42296d3b0070f5f.zip
49910: move multibyte-related f-flagged test from E03 to D07
POSIX requires printf should calculate width/precision in %s conversion
in bytes (not in characters) even in multibyte locale
Diffstat (limited to 'Test/E03posix.ztst')
-rw-r--r--Test/E03posix.ztst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst
index b191199ad..caab97ab6 100644
--- a/Test/E03posix.ztst
+++ b/Test/E03posix.ztst
@@ -157,10 +157,5 @@ F:POSIX has neither math functions nor floating point
 -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