summaryrefslogtreecommitdiff
path: root/tests/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bin')
-rwxr-xr-xtests/bin/apk7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/bin/apk b/tests/bin/apk
index 29da9ba..8f2a945 100755
--- a/tests/bin/apk
+++ b/tests/bin/apk
@@ -7,15 +7,18 @@ if [ "$1" = "--print-arch" ]; then
exit
fi
-echo "DEBUG: fake apk" "$@"
-
rootfs=.
kver=5.15.78-0
while [ $# -gt 0 ]; do
case "$1" in
add|del)
+ echo "DEBUG: fake apk" "$@"
cmd="$1"
;;
+ audit)
+ echo "U etc/hostname"
+ exit 0
+ ;;
-p|--root)
shift
rootfs="$1"