mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/402: Drop useless fail message
Here won't be "scratch mount failed" messages when mounting SCRATCH_DEV
failed, because _scratch_mount exits early by invoking the following_fail.
_scratch_mount
{
_try_scratch_mount $* || _fail "mount failed"
}
The message is useless and redundant. So drop it.
Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ run_test()
|
||||
}
|
||||
|
||||
_scratch_mkfs &>> $seqres.full 2>&1 || _fail "mkfs failed"
|
||||
_scratch_mount || _fail "scratch mount failed"
|
||||
_scratch_mount
|
||||
|
||||
_require_timestamp_range $SCRATCH_DEV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user