Skip to content

Commit 8d7ee84

Browse files
committed
tests: Silence repair warning on intentionally wiped image
1 parent 21e0680 commit 8d7ee84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/compat-test2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ if [ "$HAVE_BLKID" -gt 0 ]; then
10461046
$CRYPTSETUP isLuks --disable-locks --type luks2 $HEADER_LUKS2_PV && fail
10471047
$CRYPTSETUP isLuks --type luks2 $HEADER_LUKS2_PV && fail
10481048
fi
1049-
$CRYPTSETUP -q repair $HEADER_LUKS2_PV || fail
1049+
$CRYPTSETUP -q repair $HEADER_LUKS2_PV >/dev/null || fail
10501050
$CRYPTSETUP isLuks $HEADER_LUKS2_PV || fail
10511051
$CRYPTSETUP isLuks --type luks2 $HEADER_LUKS2_PV || fail
10521052
$CRYPTSETUP isLuks --type luks1 $HEADER_LUKS2_PV && fail

0 commit comments

Comments
 (0)