From 0d27ff779da0a614a7f462eb79df6d1938445e0a Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 26 Jul 2016 10:47:02 +0200 Subject: [PATCH] avoid another warning --- testing/test_deltatar.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testing/test_deltatar.py b/testing/test_deltatar.py index 0c6fa9b..de813b8 100644 --- a/testing/test_deltatar.py +++ b/testing/test_deltatar.py @@ -319,7 +319,7 @@ class DeltaTarTest(BaseTest): Creates a full backup without any filtering with multiple volumes and restore it. ''' - if ':gz' in self.MODE: + if ':gz' in self.MODE or ':bz2' in self.MODE: raise SkipTest('compression information is lost when creating ' 'multiple volumes with no Stream') -- 1.7.1