public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libreswan] f45: testing: algparse now takes double dashes.
@ 2026-08-25 19:12 Paul Wouters
  0 siblings, 0 replies; only message in thread
From: Paul Wouters @ 2026-08-25 19:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libreswan
Branch : f45
Commit : 3f103ea293a9a70f7bb3b38800b1e8924901d5f1
Author : Paul Wouters <paul.wouters@aiven.io>
Date   : 2026-08-25T12:55:44-04:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/libreswan/c/3f103ea293a9a70f7bb3b38800b1e8924901d5f1?branch=f45

Log:
testing: algparse now takes double dashes.

---
diff --git a/libreswan.spec b/libreswan.spec
index 865e637..b38e06f 100644
--- a/libreswan.spec
+++ b/libreswan.spec
@@ -196,8 +196,8 @@ bunzip2 *.fax.bz2
 %endif
 
 # Some of these tests will show ERROR for negative testing - it will exit on real errors
-%{buildroot}%{_libexecdir}/ipsec/algparse -tp || { echo prooposal test failed; exit 1; }
-%{buildroot}%{_libexecdir}/ipsec/algparse -ta || { echo algorithm test failed; exit 1; }
+%{buildroot}%{_libexecdir}/ipsec/algparse --tp || { echo prooposal test failed; exit 1; }
+%{buildroot}%{_libexecdir}/ipsec/algparse --ta || { echo algorithm test failed; exit 1; }
 : Algorithm parser tests passed
 
 # self test for pluto daemon - this also shows which algorithms it allows in FIPS mode

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

only message in thread, other threads:[~2026-08-25 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 19:12 [rpms/libreswan] f45: testing: algparse now takes double dashes Paul Wouters

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