From 9563e43afbbc64c9764286943b8bf8094e4f768b Mon Sep 17 00:00:00 2001 From: flouthoc Date: Sat, 25 Jan 2025 08:10:11 -0800 Subject: [PATCH] ed's comment: cleanup Address comment here https://github.com/containers/buildah/pull/5552#discussion_r1854283414 Signed-off-by: flouthoc --- tests/mkcw.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/mkcw.bats b/tests/mkcw.bats index 5fdd660f7e7..ed2b47a2cba 100644 --- a/tests/mkcw.bats +++ b/tests/mkcw.bats @@ -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