From be95006d354dcae54c39ec3beb9cb65cabf9f2a4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Jan 2023 13:57:49 +0000 Subject: tests: fix fake apk option --quiet has no optarg so we should not shift. --- tests/bin/apk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3