Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Use bare-user-only in test_fetcher #1173

Merged
merged 1 commit into from
Apr 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libaktualizr/package_manager/fetcher_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ int main(int argc, char** argv) {
return -1;
}
r = system((std::string("ostree config --repo=") + temp_dir.PathString() +
std::string("/ostree/repo set core.mode bare-user"))
std::string("/ostree/repo set core.mode bare-user-only"))
.c_str());
if (r != 0) {
return -1;
Expand Down