tests: Drop tests of removed --atomic-retarget option
This commit is contained in:
parent
a8764bf996
commit
aa9aaa9a62
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "1..30"
|
echo "1..28"
|
||||||
|
|
||||||
. libtest.sh
|
. libtest.sh
|
||||||
|
|
||||||
|
|
@ -199,19 +199,6 @@ cd checkout-test2-union
|
||||||
assert_file_has_content ./yet/another/tree/green "leaf"
|
assert_file_has_content ./yet/another/tree/green "leaf"
|
||||||
echo "ok checkout union 1"
|
echo "ok checkout union 1"
|
||||||
|
|
||||||
cd ${test_tmpdir}
|
|
||||||
$OSTREE checkout --atomic-retarget test2 checkout-atomic-test2
|
|
||||||
cd checkout-atomic-test2
|
|
||||||
assert_file_has_content ./yet/another/tree/green "leaf"
|
|
||||||
echo "ok checkout atomic"
|
|
||||||
|
|
||||||
cd ${test_tmpdir}
|
|
||||||
rm -rf test2
|
|
||||||
$OSTREE checkout --atomic-retarget test2
|
|
||||||
cd test2
|
|
||||||
assert_file_has_content ./yet/another/tree/green "leaf"
|
|
||||||
echo "ok checkout short form"
|
|
||||||
|
|
||||||
cd ${test_tmpdir}
|
cd ${test_tmpdir}
|
||||||
rm -rf shadow-repo
|
rm -rf shadow-repo
|
||||||
mkdir shadow-repo
|
mkdir shadow-repo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue