tests: use RepoMode::Archive (seems to be less finicky)
This commit is contained in:
parent
990bbe290a
commit
de0cee4ecd
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue