public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/corosync-qdevice] rawhide: Fix smoke test
@ 2026-08-05 7:50 Jan Friesse
0 siblings, 0 replies; only message in thread
From: Jan Friesse @ 2026-08-05 7:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/corosync-qdevice
Branch : rawhide
Commit : bbc2c90fd5f1994a892b9ad0bc375cb0aae95b3a
Author : Jan Friesse <jfriesse@redhat.com>
Date : 2026-08-05T09:50:15+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/corosync-qdevice/c/bbc2c90fd5f1994a892b9ad0bc375cb0aae95b3a?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 efdb5dc..b3d4ad2 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 {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 7:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 7:50 [rpms/corosync-qdevice] rawhide: Fix smoke test Jan Friesse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox