Fix test, do not depend on snapshots command

This commit is contained in:
Alexander Neumann 2014-11-24 22:17:49 +01:00
parent bb62218743
commit 0a44664d4e
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ set -e
prepare
run khepri init
run khepri backup "${BASE}/fake-data"
run khepri restore "$(khepri snapshots)" "${BASE}/fake-data-restore"
run khepri restore "$(basename "$KHEPRI_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore"
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore/fake-data"
cleanup