From 828c7dba98a8ff8a08133b20668b0df19c7b0404 Mon Sep 17 00:00:00 2001 From: bescoto Date: Tue, 10 Jan 2006 06:33:38 +0000 Subject: 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 --- rdiff-backup/testing/makerestoretest3 | 8 ++++---- 1 file 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 -- cgit v1.2.1