public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ksh] rawhide: disable flaky subshell pipe output test (ksh#975)
@ 2026-07-28  9:26 Vincent Mihalkovic
  0 siblings, 0 replies; only message in thread
From: Vincent Mihalkovic @ 2026-07-28  9:26 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-28  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28  9:26 [rpms/ksh] rawhide: disable flaky subshell pipe output test (ksh#975) Vincent Mihalkovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox