tests: Drop tests of removed --atomic-retarget option

This commit is contained in:
Colin Walters 2012-09-23 15:56:28 -04:00
parent a8764bf996
commit aa9aaa9a62
1 changed files with 1 additions and 14 deletions

View File

@ -19,7 +19,7 @@
set -e
echo "1..30"
echo "1..28"
. libtest.sh
@ -199,19 +199,6 @@ cd checkout-test2-union
assert_file_has_content ./yet/another/tree/green "leaf"
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}
rm -rf shadow-repo
mkdir shadow-repo