remove unnecessary \n
Jes Olson j3s@c3f.net
Mon, 30 Sep 2024 23:10:52 -0400
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
test
→
test
@@ -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 ||