From 35ff42b1dc1efaed4b5259f5f4cc2ead3e2a2742 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Tue, 29 Jun 2021 10:55:00 +1000 Subject: [PATCH] generic/019: fix test cleanup This never worked properly and the failure was exposed by the recent rework of the fstest setup infrastructure. Signed-off-by: Dave Chinner Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- tests/generic/019 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/generic/019 b/tests/generic/019 index 640c96ae..bd234815 100755 --- a/tests/generic/019 +++ b/tests/generic/019 @@ -53,7 +53,6 @@ stop_fail_scratch_dev() # Override the default cleanup function. _cleanup() { - poweron_scratch_dev disallow_fail_make_request rm -f $tmp.* } @@ -156,5 +155,4 @@ _scratch_mount allow_fail_make_request _workout status=$? -disallow_fail_make_request exit -- 2.30.2