tests: use RepoMode::Archive (seems to be less finicky)

This commit is contained in:
Felix Krull 2020-07-23 17:40:34 +02:00 committed by Colin Walters
parent 990bbe290a
commit de0cee4ecd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub struct TestRepo {
impl TestRepo { impl TestRepo {
pub fn new() -> TestRepo { pub fn new() -> TestRepo {
TestRepo::new_with_mode(ostree::RepoMode::BareUser) TestRepo::new_with_mode(ostree::RepoMode::Archive)
} }
pub fn new_with_mode(repo_mode: ostree::RepoMode) -> TestRepo { pub fn new_with_mode(repo_mode: ostree::RepoMode) -> TestRepo {