Note: the integration tests don't work due to ValidateApp still attempting to validate the host key for the test app which doesn't exist. This will be fixed in a future commit.
6 lines
57 B
Bash
6 lines
57 B
Bash
test(){
|
|
echo "1: $1"
|
|
echo "2: $2"
|
|
echo "all: $@"
|
|
}
|