diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-23 01:17:04 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-23 01:17:04 +0200 |
commit | 8a88bc0317c7e449b65b067352f0d783171fb359 (patch) | |
tree | 1e08dc148e60d229731d7dcc1317366f049a25bc /tests/t0005-init-failing.sh | |
parent | 4eb459b0af57045d74dde60d759310cc652b3d51 (diff) | |
download | pass-8a88bc0317c7e449b65b067352f0d783171fb359.tar.gz pass-8a88bc0317c7e449b65b067352f0d783171fb359.tar.bz2 pass-8a88bc0317c7e449b65b067352f0d783171fb359.zip |
tests: make bash usage explicit
Diffstat (limited to '')
-rwxr-xr-x | tests/t0005-init-failing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0005-init-failing.sh b/tests/t0005-init-failing.sh index 01548a6..e5864ff 100755 --- a/tests/t0005-init-failing.sh +++ b/tests/t0005-init-failing.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash test_description='Show "pass init" returning non-zero bug(?) (XXX: remove this test?)' . ./setup.sh |