small pixel drawing of a pufferfish pa

remove unnecessary \n
Jes Olson j3s@c3f.net
Mon, 30 Sep 2024 23:10:52 -0400
commit

df212eb779a0bf031940883fa5cb8f4a254798df

parent

b5a506b350d7d94501fd63432b69fac97ac8d8be

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

jump to
M testtest

@@ -30,9 +30,9 @@ printf "git dir should exist\n"

# TODO: ensure git author/email are set correctly, etc # pa add -printf 'y\n' | $pa add test 2>&1 >/dev/null || +printf 'y' | $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 | +printf 'y' | $pa add nested/password 2>&1 | grep -q "Saved 'nested/password' to the store." || printf 'pa add should say it stored nested/password\n' test -s test-stuff/passwords/nested/password.age ||