diff options
Diffstat (limited to 'system/zsh/fix-deprecated-egrep.patch')
-rw-r--r-- | system/zsh/fix-deprecated-egrep.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/zsh/fix-deprecated-egrep.patch b/system/zsh/fix-deprecated-egrep.patch index 58d141002..c5ec96f7b 100644 --- a/system/zsh/fix-deprecated-egrep.patch +++ b/system/zsh/fix-deprecated-egrep.patch @@ -25,7 +25,7 @@ diff -ur a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst diff -ur a/Test/E01options.ztst b/Test/E01options.ztst --- a/Test/E01options.ztst 2023-04-06 03:22:25.019387496 +0000 +++ b/Test/E01options.ztst 2023-04-06 03:22:45.338578392 +0000 -@@ -649,7 +649,7 @@ +@@ -651,7 +651,7 @@ >noktarg1 >0 1 @@ -37,7 +37,7 @@ diff -ur a/Test/E01options.ztst b/Test/E01options.ztst diff -ur a/Test/V07pcre.ztst b/Test/V07pcre.ztst --- a/Test/V07pcre.ztst 2023-04-06 03:22:25.019387496 +0000 +++ b/Test/V07pcre.ztst 2023-04-06 03:24:15.802995141 +0000 -@@ -13,7 +13,7 @@ +@@ -12,7 +12,7 @@ unset -m LC_\* mb_ok= langs=(en_{US,GB}.{UTF-,utf}8 en.UTF-8 @@ -61,8 +61,8 @@ diff -ur a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst diff -ur a/Test/X03zlebindkey.ztst b/Test/X03zlebindkey.ztst --- a/Test/X03zlebindkey.ztst 2023-04-06 03:22:25.015387655 +0000 +++ b/Test/X03zlebindkey.ztst 2023-04-06 03:24:02.531518995 +0000 -@@ -5,7 +5,7 @@ - %prep +@@ -6,7 +6,7 @@ + unset -m LC_\* ZSH_TEST_LANG= langs=(en_{US,GB}.{UTF-,utf}8 en.UTF-8 - $(locale -a 2>/dev/null | egrep 'utf8|UTF-8')) |