Skip to content

Commit

Permalink
Merge pull request #3018 from ostreedev/dependabot/submodules/compose…
Browse files Browse the repository at this point in the history
…fs-597a766

build(deps): bump composefs from `1aed878` to `597a766`
  • Loading branch information
cgwalters committed Aug 31, 2023
2 parents 8d83823 + 0d7b8eb commit e93ebd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-composefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ orig_composefs_digest=$($OSTREE show --print-hex --print-metadata-key ostree.com
$OSTREE commit ${COMMIT_ARGS} -b test-composefs2 --generate-composefs-metadata test2-co
new_composefs_digest=$($OSTREE show --print-hex --print-metadata-key ostree.composefs.digest.v0 test-composefs2)
assert_streq "${orig_composefs_digest}" "${new_composefs_digest}"
assert_streq "${new_composefs_digest}" "4d97f295ac9d379b7b3c42ddec49cc55b570c5b8b2a6f3f835f473854b0ad0cd"
assert_streq "${new_composefs_digest}" "7a53698f5aa7af7e8034a10bd2fcc195e9df46781efd967a3fc83d32a1d3eda1"
tap_ok "composefs metadata"

tap_end

0 comments on commit e93ebd7

Please sign in to comment.