]> sourceware.org Git - lvm2.git/commitdiff
Fix teardown in t-pvcreate-operation-md.sh nightly test.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 21:42:44 +0000 (21:42 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 21:42:44 +0000 (21:42 +0000)
test/t-pvcreate-operation-md.sh

index 6c32ee6bc05bafd721863b497a1ce0558a43f0e4..061a472a94c93e620893920ba1d7b546c19fb168 100644 (file)
@@ -41,7 +41,7 @@ cleanup_md() {
        sleep 2
        rm -f $mddev
     fi
-    teardown_
+    teardown
 }
 
 # create 2 disk MD raid0 array (stripe_width=128K)
This page took 0.038408 seconds and 5 git commands to generate.