From e0d72c537699227992fc72599e59eefbbb209a8f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 20 Sep 2015 12:17:12 -0400 Subject: [PATCH] test-simplify: Explicitly use bash The script uses bash features, after all. https://bugzilla.gnome.org/show_bug.cgi?id=755274 --- testsuite/tools/test-simplify.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}