aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-17 12:45:04 -0500
committerTed Gould <ted@gould.cx>2010-06-17 12:45:04 -0500
commitdc1a9ecde90a4cbe27db0388a78abac573e095a6 (patch)
tree6c2cdce0e5f10d3b4929c09f253b9c96246cee69 /tests/Makefile.am
parent53d1e557e4e9e6809cc2fc25dbaaf7cc4c5aa493 (diff)
parent750406ec99c96dd6b829b258fe4169ff97f37ef6 (diff)
downloadlibayatana-appindicator-dc1a9ecde90a4cbe27db0388a78abac573e095a6.tar.gz
libayatana-appindicator-dc1a9ecde90a4cbe27db0388a78abac573e095a6.tar.bz2
libayatana-appindicator-dc1a9ecde90a4cbe27db0388a78abac573e095a6.zip
* Upstream Merge
* Change Mono bindings to only parse particular files * Test fixes for Hudson builds
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 $@