tests: add wg-quick stub; fix wg with no args
This commit is contained in:
14
tests/wg-quick
Executable file
14
tests/wg-quick
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
up)
|
||||
echo "up $2"
|
||||
;;
|
||||
pubkey)
|
||||
echo "down $2"
|
||||
;;
|
||||
*)
|
||||
echo "what?"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user