Skip to content

Commit

Permalink
fix mismatch for generic/003
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongchanghui authored and ming1 committed Nov 22, 2024
1 parent 3b8fb04 commit c76ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generic/003
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ublk_run_mount_type()

MNT=`mktemp -d`

for TYPE in "loop" ""nbd"; do
for TYPE in "loop" "nbd"; do
ublk_run_mount_type $TYPE $MNT
done

Expand Down

0 comments on commit c76ed26

Please sign in to comment.