Skip to content

Commit

Permalink
test: update to gomtree 0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Apr 21, 2023
1 parent ac5e249 commit 701c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function gomtree() {
# patch applied by openSUSE here:
# <https://build.opensuse.org/package/show/Virtualization:containers/go-mtree>.
if [[ "$IS_ROOTLESS" != 0 ]]; then
args+=("-rootless")
args+=("--rootless")
fi

sane_run "$GOMTREE" -K sha256digest "${args[@]}"
Expand Down

0 comments on commit 701c194

Please sign in to comment.