projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7096816
)
uradvd: implement test.sh
author
Jan-Niklas Burfeind
<
[email protected]
>
Fri, 10 Oct 2025 14:01:27 +0000
(16:01 +0200)
committer
Hannu 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]
patch
|
blob
diff --git a/net/uradvd/test.sh
b/net/uradvd/test.sh
new file mode 100644
(file)
index 0000000..
2c3e660
--- /dev/null
+++ b/
net/uradvd/test.sh
@@ -0,0
+1,3
@@
+#!/usr/bin/env bash
+
+uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"