mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
tests: fix typos
This commit is contained in:
parent
e057de58c3
commit
49b27f154f
@ -176,7 +176,7 @@ finish_rdiff() {
|
||||
greplog 'Debug: executing rdiff-backup$' "\s/ ${BN_BACKUPDIR}/testrdiff$"
|
||||
}
|
||||
|
||||
@test "check config parameters and source/user and source/host" {
|
||||
@test "check config parameters source/user and source/host" {
|
||||
# user undefined, type remote, defaults empty
|
||||
setconfig source type remote
|
||||
delconfig source user
|
||||
@ -315,7 +315,7 @@ finish_rdiff() {
|
||||
greplog 'Debug: executing rdiff-backup$' "\s/ ${BN_REMOTEUSER}@${BN_REMOTEHOST}::${BN_BACKUPDIR}/testrdiff$"
|
||||
}
|
||||
|
||||
@test "check config parameters and dest/user and dest/host" {
|
||||
@test "check config parameters dest/user and dest/host" {
|
||||
# user undefined, type remote, defaults empty
|
||||
setconfig dest type remote
|
||||
delconfig dest user
|
||||
|
Loading…
Reference in New Issue
Block a user