summaryrefslogtreecommitdiff
path: root/testsuite/tools
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-09-20 12:17:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-09-20 12:18:35 -0400
commite0d72c537699227992fc72599e59eefbbb209a8f (patch)
treeab47e7fd73c4e2cf2ee19398059e03af96b7921d /testsuite/tools
parent0d54d7d419154bf7f6ec600bec9b6875ede62dba (diff)
downloadgtk+-e0d72c537699227992fc72599e59eefbbb209a8f.tar.gz
test-simplify: Explicitly use bash
The script uses bash features, after all. https://bugzilla.gnome.org/show_bug.cgi?id=755274
Diffstat (limited to 'testsuite/tools')
-rwxr-xr-xtestsuite/tools/test-simplify.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tools/test-simplify.in b/testsuite/tools/test-simplify.in
index 2de4366b16..6b4f2e8131 100755
--- a/testsuite/tools/test-simplify.in
+++ b/testsuite/tools/test-simplify.in
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}