git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cc17ed7
)
alsa-lib: add test.sh for aserver without --version
author
Alexandru Ardelean
<redacted>
Fri, 1 May 2026 16:33:03 +0000
(19:33 +0300)
committer
Alexandru Ardelean
<redacted>
Wed, 6 May 2026 18:05:36 +0000
(21:05 +0300)
aserver does not implement --version so the generic CI version check
fails for it. Add a test.sh case that verifies it is present and
executable instead.
Signed-off-by: Alexandru Ardelean <redacted>
libs/alsa-lib/test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/libs/alsa-lib/test.sh
b/libs/alsa-lib/test.sh
new file mode 100644
(file)
index 0000000..
d69881f
--- /dev/null
+++ b/
libs/alsa-lib/test.sh
@@ -0,0
+1,8
@@
+#!/bin/sh
+
+case "$1" in
+ aserver)
+ # aserver does not implement --version; just verify it is present
+ [ -x /usr/bin/aserver ] || exit 1
+ ;;
+esac
git clone https://git.99rst.org/PROJECT