uradvd: implement test.sh
authorJan-Niklas Burfeind <[email protected]>
Fri, 10 Oct 2025 14:01:27 +0000 (16:01 +0200)
committerHannu Nyman <[email protected]>
Sat, 25 Oct 2025 05:29:32 +0000 (08:29 +0300)
to verify the version emitted by uradvd is not empty.

Signed-off-by: Jan-Niklas Burfeind <[email protected]>
net/uradvd/test.sh [new file with mode: 0644]

diff --git a/net/uradvd/test.sh b/net/uradvd/test.sh
new file mode 100644 (file)
index 0000000..2c3e660
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"