small pixel drawing of a pufferfish pa

fix typo
Jes Olson j3s@c3f.net
Mon, 30 Sep 2024 23:09:52 -0400
commit

b5a506b350d7d94501fd63432b69fac97ac8d8be

parent

516d86560ae35e889ff2274cbe45d56fde0c5603

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M testtest

@@ -34,7 +34,7 @@ printf 'y\n' | $pa add test 2>&1 >/dev/null ||

printf "pa add should be capable of adding a test password\n" printf 'y\n' | $pa add nested/password 2>&1 | grep -q "Saved 'nested/password' to the store." || - printf 'pa add should say it stored nested/passworod\n' + printf 'pa add should say it stored nested/password\n' test -s test-stuff/passwords/nested/password.age || printf 'pa add should create an encrypted password file\n'