summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/commontest.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-25 07:52:04 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-25 07:52:04 +0000
commit0c361a33a9a4b009b3ada9dd88ccef43e299ed65 (patch)
treee9bc67f23ab82e01644298f614f3a1b74557739c /rdiff-backup/testing/commontest.py
parenta2da3ed31d63e53e80aaf84e1e8b90a53f44713d (diff)
downloadrdiff-backup-0c361a33a9a4b009b3ada9dd88ccef43e299ed65.tar.gz
Added testcases for gzipped increments, fixed some increment test cases.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@24 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/commontest.py')
-rw-r--r--rdiff-backup/testing/commontest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdiff-backup/testing/commontest.py b/rdiff-backup/testing/commontest.py
index ac6f109..3ce6c0c 100644
--- a/rdiff-backup/testing/commontest.py
+++ b/rdiff-backup/testing/commontest.py
@@ -73,6 +73,8 @@ def InternalBackup(source_local, dest_local, src_dir, dest_dir,
% (SourceDir, dest_dir)
rpin, rpout = SetConnections.InitRPs([src_dir, dest_dir], remote_schema)
+ Globals.postset_regexp('no_compression_regexp',
+ Globals.no_compression_regexp_string, re.I)
_get_main().Backup(rpin, rpout)
_get_main().cleanup()