diff options
Diffstat (limited to 'tests/basic')
| -rwxr-xr-x | tests/basic/mount.t | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basic/mount.t b/tests/basic/mount.t index f4c2df31135..3a3d7cc9d8d 100755 --- a/tests/basic/mount.t +++ b/tests/basic/mount.t @@ -69,6 +69,9 @@ TEST rm -f $N0/newfile;  TEST ! stat $M0/newfile;  TEST ! stat $M1/newfile; +# No need to check for status here right now +$(dirname $0)/rpc-coverage.sh $N0 >/dev/null +  ## Before killing daemon to avoid deadlocks  EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" umount_nfs $N0  | 
