Public bug reported:

Newly released git version 2.7.0 fails to pass tests with most recent
release of mksh -- test t0005-signals.sh fails on case 4 and 5:

4: OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) && test "$OUT" -eq 141
5: OUT=$( ((trap "" PIPE; large_git; echo $? 1>&3) | :) 3>&1 ) && test "$OUT" 
-eq 141

Note that everything works perfectly fine with R51 and ie bash.

** Affects: mksh
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of mksh
Mailing List, which is subscribed to mksh.
Matching subscriptions: mkshlist-to-mksh-bugmail
https://bugs.launchpad.net/bugs/1532621

Title:
  Tests in git-2.7.0 fail with mksh R52

Status in mksh:
  New

Bug description:
  Newly released git version 2.7.0 fails to pass tests with most recent
  release of mksh -- test t0005-signals.sh fails on case 4 and 5:

  4: OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) && test "$OUT" -eq 141
  5: OUT=$( ((trap "" PIPE; large_git; echo $? 1>&3) | :) 3>&1 ) && test "$OUT" 
-eq 141

  Note that everything works perfectly fine with R51 and ie bash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mksh/+bug/1532621/+subscriptions

Reply via email to