mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: add runtime test
Test if gnunet-arm is executable for now. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
"gnunet")
|
||||||
|
gnunet-arm --version | grep "$2"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
Reference in New Issue
Block a user