From 4b697fd2003d614261c594f09f43f17878668be8 Mon Sep 17 00:00:00 2001 From: Alice Kaerast Date: Nov 09 2012 20:46:45 +0000 Subject: restore /etc/exports after running nfs share test --- diff --git a/tests/p_nfs/nfs_share_rw.sh b/tests/p_nfs/nfs_share_rw.sh index e3f9bf6..d75c434 100755 --- a/tests/p_nfs/nfs_share_rw.sh +++ b/tests/p_nfs/nfs_share_rw.sh @@ -24,5 +24,6 @@ ret_val=$? # Clean up umount /mnt/nfs /bin/rm -fr /mnt/nfs +mv /etc/exports.orig /etc/exports t_CheckExitStatus $ret_val