mirror of
https://github.com/restic/restic.git
synced 2025-12-31 04:26:14 +00:00
Add Makefiles and simple test suite
This commit is contained in:
5
test/test-backup.sh
Executable file
5
test/test-backup.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
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"
|
||||
cleanup
|
||||
Reference in New Issue
Block a user