aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/t0001-sanity-checks.sh
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 11:26:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-24 11:26:39 +0200
commitbdc3bacff7e149933275fa4ecbc5644773ca12c5 (patch)
tree887c1c0795e5e98bc41a92770879fa3023c9bf4e /tests/t0001-sanity-checks.sh
parentdmenu: check for empty instead of ret code (diff)
downloadpassword-store-bdc3bacff7e149933275fa4ecbc5644773ca12c5.tar.xz
password-store-bdc3bacff7e149933275fa4ecbc5644773ca12c5.zip
Allow overridable bash.
Diffstat (limited to 'tests/t0001-sanity-checks.sh')
-rwxr-xr-xtests/t0001-sanity-checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0001-sanity-checks.sh b/tests/t0001-sanity-checks.sh
index 4ce8d09..92cb785 100755
--- a/tests/t0001-sanity-checks.sh
+++ b/tests/t0001-sanity-checks.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
test_description='Sanity checks'
cd "$(dirname "$0")"