aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/t0500-find.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/t0500-find.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 '')
-rwxr-xr-xtests/t0500-find.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0500-find.sh b/tests/t0500-find.sh
index 5c2cc5b..3cf6815 100755
--- a/tests/t0500-find.sh
+++ b/tests/t0500-find.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
test_description='Find check'
cd "$(dirname "$0")"