Skip to content

Commit

Permalink
fix for tests in #964
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jul 29, 2024
1 parent e2d326b commit e57c00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/restic/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -xeuo pipefail
CUR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
source "${CUR_DIR}/init.sh"
BACKUP_NAME=$1
restic forget --tag "${BACKUP_NAME}" --prune
restic forget --tag "${BACKUP_NAME}" --prune --unsafe-allow-remove-all

0 comments on commit e57c00d

Please sign in to comment.