From 333b514d7b31dd99726f61b39aefece74d4bed5b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 14 Jan 2015 20:20:47 +0100 Subject: [PATCH] Simplify test --- test/test-backup-missing-file.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/test-backup-missing-file.sh b/test/test-backup-missing-file.sh index 2ecf6e937..996669fdf 100755 --- a/test/test-backup-missing-file.sh +++ b/test/test-backup-missing-file.sh @@ -13,13 +13,4 @@ rm -f "${BASE}/fake-data/0/0/9/37" # resume backup fg -# run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore" -# dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore/fake-data" - -# SNAPSHOT=$(run restic list snapshots) -# run restic backup "${BASE}/fake-data" $SNAPSHOT -# run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore-incremental" -# dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data" - -# run restic fsck -o --check-data cleanup