public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Friesse <jfriesse@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/corosync] rawhide: Fix smoke test
Date: Wed, 05 Aug 2026 07:49:27 GMT [thread overview]
Message-ID: <178591616772.1.4591197224407990540.rpms-corosync-6bc682fafa5f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/corosync
Branch : rawhide
Commit : 6bc682fafa5f8fe269080cfcdbefcbecc1972497
Author : Jan Friesse <jfriesse@redhat.com>
Date : 2026-08-05T09:48:53+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/corosync/c/6bc682fafa5f8fe269080cfcdbefcbecc1972497?branch=rawhide
Log:
Fix smoke test
Replace which by type -P.
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
---
diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh
index 9fd5e68..a1ca177 100755
--- a/tests/smoke/runtest.sh
+++ b/tests/smoke/runtest.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# This file was autogenerated at 2019-05-13T13:43:38+02:00 from 90bd97ada89befa1a63133335a419ad7311c3d75
+# This file was autogenerated at 2026-08-05T09:47:04+02:00 from 9c61d98aafda92e884ffb4f7100908760a36ad9e
# Copyright (c) 2019, Red Hat, Inc.
#
@@ -77,7 +77,7 @@ generate_corosync_conf() {
token="$2"
fi
qdevice="$3"
- true_command=`which true`
+ true_command=`type -P true`
cat << _EOF_
totem {
reply other threads:[~2026-08-05 7:49 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=178591616772.1.4591197224407990540.rpms-corosync-6bc682fafa5f@fedoraproject.org \
--to=jfriesse@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