diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-03-01 14:35:11 -0800 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-03-01 14:35:11 -0800 |
commit | 6c7425b16895c6925c4f1ec875dac4576574b34c (patch) | |
tree | 8a250535025df2e4f886d56044b22cdc01e3b166 /tests/tr | |
parent | 20081b546f371dcaee9ea2769f46e513bb39c275 (diff) | |
download | pass-6c7425b16895c6925c4f1ec875dac4576574b34c.tar.gz pass-6c7425b16895c6925c4f1ec875dac4576574b34c.tar.bz2 pass-6c7425b16895c6925c4f1ec875dac4576574b34c.zip |
tests: fix on OSX by not using the tr hack
Diffstat (limited to 'tests/tr')
-rwxr-xr-x | tests/tr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tr b/tests/tr deleted file mode 100755 index c83eec9..0000000 --- a/tests/tr +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -echo "${FAKE_PWGEN_PASSWORD:-Hello World}" |