summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/curl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/curl.sh')
-rwxr-xr-xtests/shell/features/curl.sh4
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"