diff options
-rwxr-xr-x | tests/bin/apk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bin/apk b/tests/bin/apk index ceff306..cf06ed7 100755 --- a/tests/bin/apk +++ b/tests/bin/apk @@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do ;; --quiet) quiet=1 - shift ;; + ;; --arch) shift ;; --repositories-file) shift ;; --keys-dir) shift ;; |