From 4487c42de2e999287ed3ba4bc0679d5c9c09fa51 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 13 Apr 2010 21:42:44 +0000 Subject: [PATCH] Fix teardown in t-pvcreate-operation-md.sh nightly test. --- test/t-pvcreate-operation-md.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t-pvcreate-operation-md.sh b/test/t-pvcreate-operation-md.sh index 6c32ee6bc..061a472a9 100644 --- a/test/t-pvcreate-operation-md.sh +++ b/test/t-pvcreate-operation-md.sh @@ -41,7 +41,7 @@ cleanup_md() { sleep 2 rm -f $mddev fi - teardown_ + teardown } # create 2 disk MD raid0 array (stripe_width=128K) -- 2.43.5