mirror of https://github.com/restic/restic.git
Fix 'ls' test, don't compare output
This commit is contained in:
parent
b0eeb6f6b7
commit
650d1f8cc3
|
@ -6,6 +6,8 @@ export BINDIR="${BASEDIR}/bin"
|
|||
export PATH="${BINDIR}:$PATH"
|
||||
export DEBUG_LOG="${BASEDIR}/restic.log"
|
||||
|
||||
export TZ=UTC
|
||||
|
||||
echo "restic testsuite basedir ${BASEDIR}"
|
||||
|
||||
# build binaries
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue