public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/corosync] rawhide: Fix smoke test
@ 2026-08-05  7:49 Jan Friesse
  0 siblings, 0 replies; only message in thread
From: Jan Friesse @ 2026-08-05  7:49 UTC (permalink / raw)
  To: git-commits

            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 {

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

only message in thread, other threads:[~2026-08-05  7:49 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:49 [rpms/corosync] 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