diff options
Diffstat (limited to 'tests/shell/features/curl.sh')
-rwxr-xr-x | tests/shell/features/curl.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/shell/features/curl.sh b/tests/shell/features/curl.sh new file mode 100755 index 00000000..6aa51623 --- /dev/null +++ b/tests/shell/features/curl.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# check whether curl is installed and supports ftp +curl --version | grep "^Protocols: "| grep -q " ftp" |