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:
parent
04dea23c62
commit
25fb4794fa
1 changed files with 7 additions and 0 deletions
7
net/gnunet/test.sh
Normal file
7
net/gnunet/test.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
"gnunet")
|
||||||
|
gnunet-arm --version | grep "$2"
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
Reference in a new issue