summaryrefslogtreecommitdiffstats
path: root/tests/nfs.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfs.rc')
-rw-r--r--tests/nfs.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nfs.rc b/tests/nfs.rc
index 2e0241709d3..2140f311c33 100644
--- a/tests/nfs.rc
+++ b/tests/nfs.rc
@@ -65,6 +65,6 @@ function mount_nfs ()
}
function umount_nfs {
- umount -f $1
+ ${UMOUNT_F} $1
if [ $? -eq 0 ]; then echo "Y"; else echo "N"; fi
}