mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
3d99741ceb
The "xfs_io -xc shutdown $MNT" command doesn't work on non-xfs file systems. So use the equivalent src/godown program instead, which is how the other tests which use the shutdown command were converted from xfs-specific tests to generic tests. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>