commit 65fb691c32c93e1aad20b2fb25b5da17a14bcf49
parent 692c28dc9f069399fbf0829d670644fd48bffed3
Author: Sean Enck <sean@ttypty.com>
Date: Mon, 11 Oct 2021 18:43:52 -0400
fixing a few testing items
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/run.sh b/tests/run.sh
@@ -28,7 +28,7 @@ _run() {
$BIN/lb ls
$BIN/lb-pwgen -special -length 10
$BIN/lb-rekey
- yes | $BIN/lb rm keys/one
+ yes 2>yes 1| $BIN/lb rm keys/one
echo
$BIN/lb list
$BIN/lb find e
@@ -39,9 +39,9 @@ _run() {
$BIN/lb-totp test | head -3 | tail -n 1
$BIN/lb-stats keys/one
$BIN/lb-diff bin/lb/keys/one.lb bin/lb/keys/one2.lb
- yes | $BIN/lb rm keys2/three
+ yes 2>yes 1| $BIN/lb rm keys2/three
echo
- yes | $BIN/lb rm totp/test
+ yes 2>yes 1| $BIN/lb rm totp/test
echo
$BIN/lb-rekey -outkey "test" -outmode "plaintext"
$BIN/lb-rw -file bin/lb/keys/one2.lb -key "test" -keymode "plaintext" -mode "decrypt"