Fixed missing .electrum directory bug
This commit is contained in:
parent
1a0cb0836f
commit
3892b1c10b
7 changed files with 52 additions and 22 deletions
how-to-create-encrypted-paper-backup/tests
|
@ -50,6 +50,9 @@ expect {
|
|||
-re {Done} {
|
||||
test_ok
|
||||
}
|
||||
eof {
|
||||
test_failed
|
||||
}
|
||||
}
|
||||
|
||||
test_label "Should secure erase flash drive using single round random overwrite and zero overwrite"
|
||||
|
@ -88,4 +91,7 @@ expect {
|
|||
-re {Done} {
|
||||
test_ok
|
||||
}
|
||||
eof {
|
||||
test_failed
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue