packages/utils/passh/test.sh
Clark Wang 580fe568d6 passh: updated per OpenWrt's common practice
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2022-04-23 17:02:28 +08:00

6 lines
75 B
Bash

#!/bin/sh
out=`$1 --version`
if [ "$out" != "$1 $2" ]; then
exit 1
fi