summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-10 06:32:46 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2006-01-10 06:32:46 +0000
commit2e37f28cb59dde904f58e7ad37f3494c8d03fbb6 (patch)
treeea762d6c7839eb64b9d23728f84b1a6cc8fdaf82
parentc38eef4fb3ddc1e0f2808bf118a5f7dc6fa1a0a0 (diff)
downloadrdiff-backup-2e37f28cb59dde904f58e7ad37f3494c8d03fbb6.tar.gz
Now runs "rdiff-backup" executable in the parent directory
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@740 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