summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regresstest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-16 04:09:50 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-16 04:09:50 +0000
commit7339bacebca37694ac5f6e931368a9494eaff8f1 (patch)
treecbfb8d36df0424792fb90d127bf1b1dde8cce169 /rdiff-backup/testing/regresstest.py
parentaa5468939fa402e375eea52c4da9b3e46e440d30 (diff)
downloadrdiff-backup-7339bacebca37694ac5f6e931368a9494eaff8f1.tar.gz
Final changes for 1.0.4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@748 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regresstest.py')
-rw-r--r--rdiff-backup/testing/regresstest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/regresstest.py b/rdiff-backup/testing/regresstest.py
index 4920a7e..b6a2d5b 100644
--- a/rdiff-backup/testing/regresstest.py
+++ b/rdiff-backup/testing/regresstest.py
@@ -106,7 +106,7 @@ class RegressTest(unittest.TestCase):
marker.touch()
self.change_unreadable()
- cmd = "rdiff-backup --check-destination-dir " + self.output_rp.path
+ cmd = "../rdiff-backup --check-destination-dir " + self.output_rp.path
print "Executing:", cmd
assert not os.system(cmd)