summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-10 06:33:38 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-10 06:33:38 +0000
commit828c7dba98a8ff8a08133b20668b0df19c7b0404 (patch)
tree22020602b6c2473695b250adf1e815f416fa70ff
parentfefed35225a9a7c71d6eea22a2481158f62403df (diff)
downloadrdiff-backup-828c7dba98a8ff8a08133b20668b0df19c7b0404.tar.gz
Now runs the "rdiff-backup" executable in the parent directory
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@741 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rwxr-xr-xrdiff-backup/testing/makerestoretest38
1 files changed, 4 insertions, 4 deletions
diff --git a/rdiff-backup/testing/makerestoretest3 b/rdiff-backup/testing/makerestoretest3
index 4b8da83..c9cd13a 100755
--- a/rdiff-backup/testing/makerestoretest3
+++ b/rdiff-backup/testing/makerestoretest3
@@ -4,7 +4,7 @@
# needs to be for one of the tests in restoretest.py to work.
rm -rf testfiles/restoretest3
-rdiff-backup --current-time 10000 testfiles/increment1 testfiles/restoretest3
-rdiff-backup --current-time 20000 testfiles/increment2 testfiles/restoretest3
-rdiff-backup --current-time 30000 testfiles/increment3 testfiles/restoretest3
-rdiff-backup --current-time 40000 testfiles/increment4 testfiles/restoretest3
+../rdiff-backup --current-time 10000 testfiles/increment1 testfiles/restoretest3
+../rdiff-backup --current-time 20000 testfiles/increment2 testfiles/restoretest3
+../rdiff-backup --current-time 30000 testfiles/increment3 testfiles/restoretest3
+../rdiff-backup --current-time 40000 testfiles/increment4 testfiles/restoretest3