test-simplify: Explicitly use bash

The script uses bash features, after all.

https://bugzilla.gnome.org/show_bug.cgi?id=755274
This commit is contained in:
Matthias Clasen 2015-09-20 12:17:12 -04:00
parent 0d54d7d419
commit e0d72c5376

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}