diff options
Diffstat (limited to 'tests/basic/mount-nfs-auth.t')
-rwxr-xr-x | tests/basic/mount-nfs-auth.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/mount-nfs-auth.t b/tests/basic/mount-nfs-auth.t index 082dbbbdcf1..0d4e01abb32 100755 --- a/tests/basic/mount-nfs-auth.t +++ b/tests/basic/mount-nfs-auth.t @@ -139,7 +139,7 @@ function stat_nfs () { # Restarts the NFS server function restart_nfs () { - local NFS_PID=$(cat ${GLUSTERD_WORKDIR}/nfs/run/nfs.pid) + local NFS_PID=$(cat $GLUSTERD_PIDFILEDIR/nfs/nfs.pid) # kill the NFS-server if it is running while ps -q ${NFS_PID} 2>&1 > /dev/null; do |