Fixed inconsistencies and typos
This commit is contained in:
parent
226da37e19
commit
bd6d2d7764
19 changed files with 47 additions and 47 deletions
|
@ -5,7 +5,7 @@ source ./test.exp
|
|||
set secret "foo\nbar"
|
||||
set passphrase "asdasd"
|
||||
|
||||
test_label "Should fails to backup secret using secrets that do not match"
|
||||
test_label "Should fails to back up secret using secrets that do not match"
|
||||
|
||||
spawn qr-backup.sh
|
||||
|
||||
|
@ -44,7 +44,7 @@ expect {
|
|||
}
|
||||
}
|
||||
|
||||
test_label "Should fails to backup secret using passphrases that do not match"
|
||||
test_label "Should fails to back up secret using passphrases that do not match"
|
||||
|
||||
spawn qr-backup.sh
|
||||
|
||||
|
@ -95,7 +95,7 @@ expect {
|
|||
}
|
||||
}
|
||||
|
||||
test_label "Should backup secret showing passphrase"
|
||||
test_label "Should back up secret showing passphrase"
|
||||
|
||||
spawn qr-backup.sh
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ source ./test.exp
|
|||
set passphrase "asdasd"
|
||||
set secret "foo\nbar"
|
||||
|
||||
test_label "Should backup secret using 2-of-3 Shamir Secret Sharing"
|
||||
test_label "Should back up secret using 2-of-3 Shamir Secret Sharing"
|
||||
|
||||
source ./tests/helpers/shamir-2-of-3-backup.exp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue