m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tests/t0400-grep.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/t0400-grep.sh
parentf7764184104315b620ddb39be691145863e089ab (diff)
Allow overridable bash.
Diffstat (limited to 'tests/t0400-grep.sh')
-rwxr-xr-xtests/t0400-grep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0400-grep.sh b/tests/t0400-grep.sh
index f858c10..206377f 100755
--- a/tests/t0400-grep.sh
+++ b/tests/t0400-grep.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
test_description='Grep check'
cd "$(dirname "$0")"