aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-17 13:24:56 -0500
committerTed Gould <ted@gould.cx>2010-06-17 13:24:56 -0500
commitc4314c88b78310e34af5b034dc0032ca55cb204b (patch)
treee69057ed012754f8baab91ad6d3c7196890ca53a /tests/Makefile.am
parent53d1e557e4e9e6809cc2fc25dbaaf7cc4c5aa493 (diff)
parentcdb0efc773c4dacf3062cf6bdcb7ee70c7417983 (diff)
downloadlibayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.tar.gz
libayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.tar.bz2
libayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.zip
* Upstream Merge
* Test fixes to make them more reliable
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d3b18d8..8d356bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -142,7 +142,7 @@ XML_REPORT = libappindicator-check-results.xml
HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
- @echo "#!/bin/sh" > $@
+ @echo "#!/bin/bash" > $@
@echo . $(srcdir)/run-xvfb.sh >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@