summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regressiontest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-22 03:59:02 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-22 03:59:02 +0000
commitb70234092cc402ae7adb9065df641806431a969d (patch)
tree497a2e8686455a96fae7cb46be7bbdf1b875b99f /rdiff-backup/testing/regressiontest.py
parentb9d13d3edcfde86ff43abaff7007d22630e5641a (diff)
downloadrdiff-backup-b70234092cc402ae7adb9065df641806431a969d.tar.gz
long directory name fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@715 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r--rdiff-backup/testing/regressiontest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py
index 427ed83..2a39e0d 100644
--- a/rdiff-backup/testing/regressiontest.py
+++ b/rdiff-backup/testing/regressiontest.py
@@ -159,6 +159,7 @@ class IncrementTest1(unittest.TestCase):
Myrm(Local.rpout.path)
InternalBackup(1, 1, "testfiles/longfilenames1", Local.rpout.path, 100)
InternalBackup(1, 1, "testfiles/longfilenames2", Local.rpout.path, 200)
+ InternalBackup(1, 1, "testfiles/empty", Local.rpout.path, 300)
def test_quoted_hardlinks(self):
"""Test backing up a directory with quoted hardlinks in it"""