Fixed inconsistencies and typos

This commit is contained in:
Sun Knudsen 2021-07-21 19:48:34 -04:00
parent 226da37e19
commit bd6d2d7764
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
19 changed files with 47 additions and 47 deletions

View file

@ -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

View file

@ -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