diff options
Diffstat (limited to 'tests/nfs.rc')
-rw-r--r-- | tests/nfs.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nfs.rc b/tests/nfs.rc index f79be701a2d..2e0241709d3 100644 --- a/tests/nfs.rc +++ b/tests/nfs.rc @@ -29,7 +29,7 @@ function mount_nfs () for o in ${opt//,/ }; do case $OSTYPE in NetBSD) - test "x${nopt}" = "x" && nopt="tcp," + test "x${nopt}" = "x" && nopt="tcp,-R=2," case $o in nolock|noac|actimeo=*|mountproto=udp) |