summaryrefslogtreecommitdiffstats
path: root/tests/nfs.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfs.rc')
-rw-r--r--tests/nfs.rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/nfs.rc b/tests/nfs.rc
index a2d7c140012..f79be701a2d 100644
--- a/tests/nfs.rc
+++ b/tests/nfs.rc
@@ -26,7 +26,7 @@ function mount_nfs ()
opt="soft,intr,vers=3$opt"
nopt=""
- for o in ${opt//,/ }; do
+ for o in ${opt//,/ }; do
case $OSTYPE in
NetBSD)
test "x${nopt}" = "x" && nopt="tcp,"
@@ -52,7 +52,7 @@ function mount_nfs ()
;;
*)
;;
- esac
+ esac
;;
*)
;;
@@ -68,4 +68,3 @@ function umount_nfs {
umount -f $1
if [ $? -eq 0 ]; then echo "Y"; else echo "N"; fi
}
-