Skip to content
Snippets Groups Projects
Verified Commit 51cd0778 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

fix borg source/ignore_missing test

parent 52e4a2e3
No related branches found
No related tags found
No related merge requests found
...@@ -219,15 +219,15 @@ finish_borg() { ...@@ -219,15 +219,15 @@ finish_borg() {
} }
@test "check config parameter source/ignore_missing" { @test "check config parameter source/ignore_missing" {
delconfig source include
setconfig_repeat source include "$BN_SRCDIR/boot" "$BN_SRCDIR/etc" "$BN_SRCDIR/lib" "$BN_SRCDIR/var" "$BN_SRCDIR/foo"
setconfig source ignore_missing yes setconfig source ignore_missing yes
setconfig dest archive testarchive setconfig dest archive testarchive
setconfig dest encryption none setconfig dest encryption none
setconfig dest compression zstd,16 setconfig dest compression zstd,16
delconfig dest passphrase delconfig dest passphrase
cleanup_backups local cleanup_backups local
( sleep 1; mv /var/cache/bntest/lib /tmp ) &
runaction runaction
mv /tmp/lib /var/cache/bntest
greplog "Info: Backing up source finished with missing file warnings." greplog "Info: Backing up source finished with missing file warnings."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment