From 6c7425b16895c6925c4f1ec875dac4576574b34c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 1 Mar 2017 14:35:11 -0800 Subject: tests: fix on OSX by not using the tr hack --- tests/t0010-generate-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/t0010-generate-tests.sh') diff --git a/tests/t0010-generate-tests.sh b/tests/t0010-generate-tests.sh index 09f4099..4c7ada9 100755 --- a/tests/t0010-generate-tests.sh +++ b/tests/t0010-generate-tests.sh @@ -12,8 +12,8 @@ test_expect_success 'Test "generate" command' ' test_expect_success 'Test replacement of first line' ' "$PASS" insert -m cred2 <<<"$(printf "this is a big\\npassword\\nwith\\nmany\\nlines\\nin it bla bla")" && - PATH="$TEST_HOME:$PATH" FAKE_PWGEN_PASSWORD="This is a fake password" "$PASS" generate -i cred2 23 && - [[ $("$PASS" show cred2) == "$(printf "This is a fake password\\npassword\\nwith\\nmany\\nlines\\nin it bla bla")" ]] + "$PASS" generate -i cred2 23 && + [[ $("$PASS" show cred2) == "$(printf "%s\\npassword\\nwith\\nmany\\nlines\\nin it bla bla" "$("$PASS" show cred2 | head -n 1)")" ]] ' test_done -- cgit v1.2.3