mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

zsh-5.9-skip-test-failing-on-musl.patch (617B)


      1 From: Jakub Jirutka <jakub@jirutka.cz>
      2 Date: Sun, 03 Jul 2022 01:52:19 +0200
      3 Subject: Skip test case in E02xtrace failing on musl
      4 
      5 --- a/Test/E02xtrace.ztst
      6 +++ b/Test/E02xtrace.ztst
      7 @@ -150,7 +150,6 @@
      8    test_cases=(
      9        f            # baseline
     10        foo-bar      # Dash
     11 -      ヌ           # Meta (the UTF-8 representation of this character has an 0x83 byte)
     12        \$\'ba\\0z\' # Nul, escaped as though by ${(qqqq)}
     13    )
     14    for 1 in "$test_cases[@]"; do
     15 @@ -172,10 +171,6 @@
     16  >	# traced
     17  >	echo inner
     18  >}
     19 ->$'\M-c\M-\C-C\M-\C-L' () {
     20 ->	# traced
     21 ->	echo inner
     22 ->}
     23  >$'ba\C-@z' () {
     24  >	# traced
     25  >	echo inner