From 7d06fe779b46e56d0f93b22ae319f6978cae50c5 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 6 May 2015 23:43:36 +0200 Subject: [PATCH] test: shorten 'ls' test output --- testsuite/test-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/test-backup.sh b/testsuite/test-backup.sh index 8891385ba..4c3803d2c 100755 --- a/testsuite/test-backup.sh +++ b/testsuite/test-backup.sh @@ -12,7 +12,7 @@ run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake- dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data" 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 cleanup