Skip to content

Commit

Permalink
ed's comment: cleanup
Browse files Browse the repository at this point in the history
Address comment here containers#5552 (comment)

Signed-off-by: flouthoc <[email protected]>
  • Loading branch information
flouthoc committed Jan 25, 2025
1 parent b6ad5c4 commit 9563e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mkcw.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function mkcw_check_image() {

# Decrypt, mount, and take a look around.
uuid=$(cryptsetup luksUUID "$mountpoint"/disk.img)
echo "# uuid=$uuid" >&3
cryptsetup luksOpen --key-file "$TEST_SCRATCH_DIR"/key "$mountpoint"/disk.img "$uuid"
mkdir -p "$TEST_SCRATCH_DIR"/mount
mount /dev/mapper/"$uuid" "$TEST_SCRATCH_DIR"/mount
Expand Down

0 comments on commit 9563e43

Please sign in to comment.