Fix 'ls' test, don't compare output

This commit is contained in:
Alexander Neumann
2015-05-06 22:55:20 +02:00
parent b0eeb6f6b7
commit 650d1f8cc3
3 changed files with 3 additions and 1243 deletions
+1 -5
View File
@@ -11,12 +11,8 @@ run restic backup -p "$SNAPSHOT" "${BASE}/fake-data"
run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore-incremental"
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data"
# first line contains snapshot id
# second line contains timestamp of directory creation
# so compare from line three on
echo "snapshot id is $SNAPSHOT"
restic ls "$SNAPSHOT" | tail -n +3 > "${BASE}/test-ls-output"
diff -au "${dir}/test-ls-expected" "${BASE}/test-ls-output"
restic ls "$SNAPSHOT" fake-data/0/0/1
run restic fsck -o --check-data
cleanup
File diff suppressed because it is too large Load Diff