From 906b9248e36eb79353fa637d261c4cfbb90772d7 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Fri, 10 Oct 2025 16:01:27 +0200 Subject: [PATCH] uradvd: implement test.sh to verify the version emitted by uradvd is not empty. Signed-off-by: Jan-Niklas Burfeind --- net/uradvd/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/uradvd/test.sh diff --git a/net/uradvd/test.sh b/net/uradvd/test.sh new file mode 100644 index 0000000000..2c3e6604f4 --- /dev/null +++ b/net/uradvd/test.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE" -- 2.30.2