aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-03-01 11:04:19 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-03-03 11:48:32 +0000
commit750520b78e6723bd1a18fc32ff3182221ea9a317 (patch)
tree589efe2dc6cb621801a1191e9bda6feeaec2e520 /tests
parent1cb991cd1ab887f96745df8a22e54bd607210474 (diff)
Fix "badInterpreter" autotest
/bin/bash is not guaranteed to exist, but /bin/sh is. Change-Id: I40c69a69c96bc62ae7c279a0cf72e35056ebb138 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/auto/blackbox/testdata/badInterpreter/script-ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/badInterpreter/script-ok b/tests/auto/blackbox/testdata/badInterpreter/script-ok
index a9bf588e2..1a2485251 100755
--- a/tests/auto/blackbox/testdata/badInterpreter/script-ok
+++ b/tests/auto/blackbox/testdata/badInterpreter/script-ok
@@ -1 +1 @@
-#!/bin/bash
+#!/bin/sh