mirror of
https://github.com/restic/restic.git
synced 2026-05-03 01:15:24 +00:00
Add dirdiff to tests
This commit is contained in:
+5
-3
@@ -1,5 +1,7 @@
|
||||
set -e
|
||||
|
||||
prepare
|
||||
run k backup "${BASE}/fake-data"
|
||||
run k restore "$(k list ref)" "${BASE}/fake-data-restore"
|
||||
diff -aur "${BASE}/fake-data" "${BASE}/fake-data-restore"
|
||||
run khepri backup "${BASE}/fake-data"
|
||||
run khepri restore "$(khepri list ref)" "${BASE}/fake-data-restore"
|
||||
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore"
|
||||
cleanup
|
||||
|
||||
Reference in New Issue
Block a user