From d61183ce43bcec2fc943f9da7429968d97e237e9 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Mon, 30 Dec 2019 13:28:35 +0000 Subject: [PATCH] fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests --- tests/test-switchroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"