aboutsummaryrefslogtreecommitdiff
path: root/utils/apk/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/apk/test.sh')
-rw-r--r--utils/apk/test.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/apk/test.sh b/utils/apk/test.sh
deleted file mode 100644
index 234cf5a79..000000000
--- a/utils/apk/test.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- "apk")
- apk --version | grep "${2#*v}"
- ;;
-esac