test: shorten 'ls' test output
This commit is contained in:
parent
650d1f8cc3
commit
7d06fe779b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-
|
||||||
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data"
|
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data"
|
||||||
|
|
||||||
echo "snapshot id is $SNAPSHOT"
|
echo "snapshot id is $SNAPSHOT"
|
||||||
restic ls "$SNAPSHOT" fake-data/0/0/1
|
restic ls "$SNAPSHOT" fake-data/0/0/1 | head -n 10
|
||||||
|
|
||||||
run restic fsck -o --check-data
|
run restic fsck -o --check-data
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue