fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests

This commit is contained in:
Alex Kiernan 2019-12-30 13:28:35 +00:00
parent e4db245bec
commit d61183ce43
1 changed files with 1 additions and 1 deletions

View File

@ -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"