summaryrefslogtreecommitdiff
path: root/tests/test-admin-deploy-uboot.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-02 09:27:52 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-02 14:11:58 +0000
commitcad42d960150db19bfaa518a06cea1febeb8fb58 (patch)
treecbae57dc596abf1dd0de0c483f96cc545c8bea9d /tests/test-admin-deploy-uboot.sh
parent2fdbdd4b2f2b13b3b99cb2ef993e56445a5d1550 (diff)
downloadostree-cad42d960150db19bfaa518a06cea1febeb8fb58.tar.gz
Revert "Add a notion of "physical" sysroot, use for remote writing"
This reverts commit 1eff3e83436b6129c0dc350dbbda52ba330e3834. There are a few issues with it. It's not a critical thing for now, so let's ugly up the git history and revisit when we have time to debug it and add more tests. Besides the below issue, I noticed that the simple `ostree remote add` now writes to `/ostree/repo/config` because we *aren't* using the `--sysroot` argument. Closes: https://github.com/ostreedev/ostree/issues/901 Closes: #902 Approved by: mike-nguyen
Diffstat (limited to 'tests/test-admin-deploy-uboot.sh')
-rwxr-xr-xtests/test-admin-deploy-uboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-admin-deploy-uboot.sh b/tests/test-admin-deploy-uboot.sh
index d9104f8c..d4c3a0db 100755
--- a/tests/test-admin-deploy-uboot.sh
+++ b/tests/test-admin-deploy-uboot.sh
@@ -20,7 +20,7 @@
set -euo pipefail
-echo "1..19"
+echo "1..17"
. $(dirname $0)/libtest.sh