aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/fake-editor-change-password.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/fake-editor-change-password.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/fake-editor-change-password.sh')
-rwxr-xr-xtests/fake-editor-change-password.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fake-editor-change-password.sh b/tests/fake-editor-change-password.sh
index af74572..7d30bdb 100755
--- a/tests/fake-editor-change-password.sh
+++ b/tests/fake-editor-change-password.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Fake editor program for testing 'pass edit'.
# Changes password to 'Hello World', leaving rest of file intact.
#