public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vincent Mihalkovic <vmihalko@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ksh] rawhide: disable flaky subshell pipe output test (ksh#975)
Date: Tue, 28 Jul 2026 09:26:46 GMT	[thread overview]
Message-ID: <178523080607.1.14386735058883146447.rpms-ksh-b93851a28ff2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ksh
Branch : rawhide
Commit : b93851a28ff2d781782944c72db8adea4b1f2695
Author : Vincent Mihalkovic <vmihalko@redhat.com>
Date   : 2026-07-27T21:24:54+02:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ksh/c/b93851a28ff2d781782944c72db8adea4b1f2695?branch=rawhide

Log:
disable flaky subshell pipe output test (ksh#975)

---
diff --git a/ksh.spec b/ksh.spec
index a59f1ad..be5cc40 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -4,7 +4,7 @@ URL:          http://www.kornshell.com/
 License:      EPL-2.0
 Epoch:        3
 Version:      1.0.10
-Release:      9%{?dist}
+Release:      10%{?dist}
 Source0:      https://github.com/ksh93/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 Source1:      kshcomp.conf
 Source2:      kshrc.rhs
@@ -50,6 +50,9 @@ with "sh" (the Bourne Shell).
 # /dev/fd test does not work because of mock
 sed -i 's|ls /dev/fd|ls /proc/self/fd|' src/cmd/ksh93/features/options
 
+# disable flaky subshell pipe output test (https://github.com/ksh93/ksh/issues/975)
+sed -i '/should be 96011/s/err_exit/: # DISABLED (ksh93#975) err_exit/' src/cmd/ksh93/tests/subshell.sh
+
 %build
 XTRAFLAGS=""
 for f in -Wno-unknown-pragmas -Wno-missing-braces -Wno-unused-result -Wno-return-type -Wno-int-to-pointer-cast -Wno-parentheses -Wno-unused -Wno-unused-but-set-variable -Wno-cpp -Wno-maybe-uninitialized -Wno-lto-type-mismatch
@@ -148,6 +151,9 @@ fi
 %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
 
 %changelog
+* Mon Jul 27 2026 Vincent Mihalkovic <vmihalko@redhat.com> - 3:1.0.10-10
+- disable flaky subshell pipe output test (ksh#975)
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.0.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-07-28  9:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178523080607.1.14386735058883146447.rpms-ksh-b93851a28ff2@fedoraproject.org \
    --to=vmihalko@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox