After commit 4fd042e0465c("generic/732: don't run it on NFS"), we will not run this case for nfs, so remove this unused code. Signed-off-by: Yang Erkun <yangerkun@xxxxxxxxxx> --- tests/generic/732 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/generic/732 b/tests/generic/732 index a571f0f5..d8475cda 100755 --- a/tests/generic/732 +++ b/tests/generic/732 @@ -34,11 +34,6 @@ testdir2=$TEST_DIR/mountpoint2-$seq rm -rf $testdir1 $testdir2 mkdir -p $testdir1 $testdir2 -# Don't share the data and attribute caches among mount points for NFS. -# This caching behavior is necessary to reproduce this issue as we're -# checking the alignment of each mount point's own unique cache. -[ "$FSTYP" = "nfs" ] && MOUNT_OPTIONS="-o nosharecache" - SCRATCH_MNT=$testdir1 _scratch_mount SCRATCH_MNT=$testdir2 _scratch_mount rm -rf $testdir1/{A,B} -- 2.39.2