From: Alex Kiernan Date: Mon, 30 Dec 2019 13:28:35 +0000 (+0000) Subject: fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~12^2~20^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d61183ce43bcec2fc943f9da7429968d97e237e9;p=ostree.git fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests --- diff --git a/tests/test-switchroot.sh b/tests/test-switchroot.sh index 2adaa0ac..c472fe54 100755 --- a/tests/test-switchroot.sh +++ b/tests/test-switchroot.sh @@ -140,7 +140,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then [ -f /bin/busybox ] || \ skip "this test needs busybox" - [ -n "${OSTREE_PREPARE_ROOT}" ] || \ + [ -n "${OSTREE_PREPARE_ROOT}" ] || \ skip "this test needs ostree-prepare-root" echo "1..3"