From c50aa14008f9612d273acb81470f544cad6cff1a Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 12 Jul 2013 15:00:07 +0200 Subject: tests: call 'cleanup' at the end of each test Some tests do not cleanup after themselves. That is bad behaviour and makes it difficult to run single tests and verify the state of the system afterwards. Change-Id: I4ac5401d790d6bc81e6975fd1384874b21d6cf8a BUG: 983975 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/5328 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Anand Avati --- tests/basic/nufa.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/basic') diff --git a/tests/basic/nufa.t b/tests/basic/nufa.t index 05aaceec6..0d4c229a0 100644 --- a/tests/basic/nufa.t +++ b/tests/basic/nufa.t @@ -28,3 +28,5 @@ sleep 5; ## Mount NFS TEST mount -t nfs -o nolock,soft,intr $H0:/$V0 $N0; + +cleanup; -- cgit