From: Martin Vidner Date: Thu, 28 Nov 2019 12:40:18 +0000 (+0100) Subject: Include snapshot deletion in the integration tests X-Git-Tag: v0.8.6~4^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9833938780f77977f314ed60a43ff1986fb64fe;p=thirdparty%2Fsnapper.git Include snapshot deletion in the integration tests --- diff --git a/testsuite-real/common.cc b/testsuite-real/common.cc index 86d00993..55df60af 100644 --- a/testsuite-real/common.cc +++ b/testsuite-real/common.cc @@ -41,6 +41,8 @@ setup() void cleanup() { + sh->deleteSnapshot(second); + sh->deleteSnapshot(first); delete sh; }