summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-887145.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-887145.t')
-rwxr-xr-xtests/bugs/bug-887145.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-887145.t b/tests/bugs/bug-887145.t
index e2013e50bbb..b80f4bd392f 100755
--- a/tests/bugs/bug-887145.t
+++ b/tests/bugs/bug-887145.t
@@ -25,7 +25,7 @@ cp /etc/passwd $M0/;
cp $M0/passwd $M0/file;
chmod 600 $M0/file;
-TEST mount -t nfs -o vers=3,nolock $H0:/$V0 $N0;
+TEST mount_nfs $H0:/$V0 $N0 nolock;
chown -R nfsnobody:nfsnobody $M0/dir;
chown -R tmp_user:tmp_user $M0/other;