public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-dbus-signature-pyparsing] rawhide: Use a '/' to ensure shell-expansion matches only directory
@ 2026-09-24 15:54 mulhern
  0 siblings, 0 replies; only message in thread
From: mulhern @ 2026-09-24 15:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-dbus-signature-pyparsing
Branch : rawhide
Commit : a398130a9c65b38dcb049ef47d7fbf8c09ea032e
Author : mulhern <amulhern@redhat.com>
Date   : 2026-09-24T11:53:32-04:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-dbus-signature-pyparsing/c/a398130a9c65b38dcb049ef47d7fbf8c09ea032e?branch=rawhide

Log:
Use a '/' to ensure shell-expansion matches only directory

---
diff --git a/plans/unit.fmf b/plans/unit.fmf
index 89c2b39..74e7a0f 100644
--- a/plans/unit.fmf
+++ b/plans/unit.fmf
@@ -10,7 +10,7 @@ discover:
   dist-git-source: true
   tests:
     - name: unit
-      test: cd $TMT_SOURCE_DIR/dbus-signature-pyparsing-* && python3 -m unittest -v tests/test_deterministic.py
+      test: cd $TMT_SOURCE_DIR/dbus-signature-pyparsing-*/ && python3 -m unittest -v tests/test_deterministic.py
 
 execute:
   how: tmt

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

only message in thread, other threads:[~2026-09-24 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 15:54 [rpms/python-dbus-signature-pyparsing] rawhide: Use a '/' to ensure shell-expansion matches only directory mulhern

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