diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-25 13:31:45 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-25 13:31:45 +0100 |
commit | 3691b66a31266b83b0b047ee955139cdb91f3ede (patch) | |
tree | bca04fd248f023485e18a2077fd4433734d9acf1 /tests/tr | |
parent | 5db9993af05ea358c0d5b3b270a40c37beb162f5 (diff) |
tests: fix for recent changes
Diffstat (limited to 'tests/tr')
-rwxr-xr-x | tests/tr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tr b/tests/tr new file mode 100755 index 0000000..c83eec9 --- /dev/null +++ b/tests/tr @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo "${FAKE_PWGEN_PASSWORD:-Hello World}" |