aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-21 14:13:54 -0500
committerTed Gould <ted@gould.cx>2010-06-21 14:13:54 -0500
commit3439224475debe3d7e8977a0a15a4a9c728fc8b7 (patch)
treef993851a278addc0965c014f44eadcd1292c55ea /tests/Makefile.am
parent0f7ba97faf10422fd32628636c81563b04d8a6fc (diff)
parent20f0c1d8e534fc1b1d0824baa2aa5464d2b0f998 (diff)
downloadayatana-indicator-application-3439224475debe3d7e8977a0a15a4a9c728fc8b7.tar.gz
ayatana-indicator-application-3439224475debe3d7e8977a0a15a4a9c728fc8b7.tar.bz2
ayatana-indicator-application-3439224475debe3d7e8977a0a15a4a9c728fc8b7.zip
Import upstream version 0.2.1
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 $@