summaryrefslogtreecommitdiffstats
path: root/tests/test.sh
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-14 21:18:24 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-17 20:46:10 +0100
commit5d4d2db9308b7ab69fc1b6ea1667cc7e314b11f5 (patch)
tree6f0b9d0fdf837d86b9c9046ee8ef8f32d4737279 /tests/test.sh
parent19bde1e0802685a390ceb9a2a109fdf09e5759ee (diff)
Use bash for test.sh and tests.sh
Unlike some POSIX shells, The exit bash built-in outputs something to stdout which may trigger a vertical scrolling. As /bin/sh is now often a link to /bin/bash, force bash in the test.sh shebang to guarantee a predictable behaviour.
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh
index e48d6ee..fa47431 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Find backwards for the directory where test.sh is
# """""""""""""""""""""""""""""""""""""""""""""""""