Skip to content

Commit 504bded

Browse files
committed
zram01.sh: Remove unneeded return
Fixes: b5487f5 ("kernel: Fix tst_brk TFAIL") Signed-off-by: Petr Vorel <[email protected]>
1 parent 96ef4b4 commit 504bded

File tree

1 file changed

+0
-1
lines changed
  • testcases/kernel/device-drivers/zram

1 file changed

+0
-1
lines changed

testcases/kernel/device-drivers/zram/zram01.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ zram_makefs()
8484
cat err.log
8585
tst_res TFAIL "Failed to make $fs on /dev/zram$i"
8686
tst_brk TBROK "Can't continue with mounting the FS"
87-
return
8887
fi
8988

9089
i=$(($i + 1))

0 commit comments

Comments
 (0)