commit 073681150b8847ca6a5804dda6b5fdbba76e2ba0 parent 9b251bcbb903ab282b9bfc585a05d9f7b658aa1c Author: Sean Enck <sean@ttypty.com> Date: Sat, 15 Oct 2022 15:52:43 -0400 whitespace Diffstat:
| M | tests/run.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/run.sh b/tests/run.sh @@ -60,6 +60,6 @@ _run() { yes 2>/dev/null | "$BIN/lb" rm "keys/k2/*" echo "$BIN/lb" ls - } +} _run 2>&1 | sed "s#$LOCKBOX_STORE##g" > $TESTS/actual.log