We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b9c0b commit 353782fCopy full SHA for 353782f
test/bats
@@ -69,7 +69,8 @@ teardown() {
69
[ "${lines[5]}" = "srcdir : /tmp/backup-temp" ]
70
[ "${lines[6]}" = "bucket : storage" ]
71
[ "${lines[7]}" = "destdir: destination" ]
72
- [ "${lines[8]}" = "[OK] Sync" ]
+ [ "${lines[8]}" = "dry run backup" ]
73
+ [ "${lines[9]}" = "[OK] Sync" ]
74
}
75
76
@test "invoking dry run backup with config file" {
@@ -81,5 +82,6 @@ teardown() {
81
82
83
84
85
86
87
0 commit comments