summaryrefslogtreecommitdiff
path: root/tests/test-switchroot.sh
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2019-12-30 13:28:35 +0000
committerAlex Kiernan <alex.kiernan@gmail.com>2019-12-30 13:28:35 +0000
commitd61183ce43bcec2fc943f9da7429968d97e237e9 (patch)
treed6968ee4bd284c594ae0beec9f9bf66d447a584c /tests/test-switchroot.sh
parente4db245bec66f353c6aba1a661465ce649bd521e (diff)
downloadostree-d61183ce43bcec2fc943f9da7429968d97e237e9.tar.gz
fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests
Diffstat (limited to 'tests/test-switchroot.sh')
-rwxr-xr-xtests/test-switchroot.sh2
1 files changed, 1 insertions, 1 deletions
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"