FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] Revert "generic/730: add _require_scratch_shutdown"
@ 2025-07-24  7:25 Christoph Hellwig
  2025-07-25  5:28 ` Anand Jain
  2025-07-25 13:37 ` Zorro Lang
  0 siblings, 2 replies; 4+ messages in thread
From: Christoph Hellwig @ 2025-07-24  7:25 UTC (permalink / raw)
  To: zlang; +Cc: Yuezhang.Mo, fstests

This reverts commit 68c9ac2ad74ba31c02275fcbb11d1cf90f0435b1.

The test does not actually use the xfs_io shutdown functionality,
and it does not use the scatch device.  Adding this checks causes
it to fail for setups that do not use SCRATCH_DEV at all.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/generic/730 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/generic/730 b/tests/generic/730
index 6b5d319675f7..6251980e33e1 100755
--- a/tests/generic/730
+++ b/tests/generic/730
@@ -29,7 +29,6 @@ _require_scsi_debug
 size=$(_small_fs_size_mb 256)
 SCSI_DEBUG_DEV=`_get_scsi_debug_dev 512 512 0 $size`
 test -b "$SCSI_DEBUG_DEV" || _notrun "Failed to initialize scsi debug device"
-SCRATCH_DEV=$SCSI_DEBUG_DEV _require_scratch_shutdown
 echo "SCSI debug device $SCSI_DEBUG_DEV" >>$seqres.full
 
 run_check _mkfs_dev $SCSI_DEBUG_DEV
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-29  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24  7:25 [PATCH] Revert "generic/730: add _require_scratch_shutdown" Christoph Hellwig
2025-07-25  5:28 ` Anand Jain
2025-07-25 13:37 ` Zorro Lang
2025-07-29  7:42   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox