Skip to content

Commit 62ec9d6

Browse files
yizhanglinuxosandov
authored andcommitted
tests/nvme/031: add the missing steps for loop_dev clean up
Reviewed-by: Logan Gunthorpe <[email protected]> Signed-off-by: Yi Zhang <[email protected]>
1 parent 38fc9b8 commit 62ec9d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/nvme/031

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ test() {
4949
done
5050

5151
_remove_nvmet_port "${port}"
52+
losetup -d "$loop_dev"
53+
rm "$TMPDIR/img"
5254

5355
echo "Test complete"
5456
}

0 commit comments

Comments
 (0)