diff options
author | Ted Gould <ted@gould.cx> | 2010-06-21 14:13:54 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-21 14:13:54 -0500 |
commit | 3439224475debe3d7e8977a0a15a4a9c728fc8b7 (patch) | |
tree | f993851a278addc0965c014f44eadcd1292c55ea /tests/Makefile.am | |
parent | 0f7ba97faf10422fd32628636c81563b04d8a6fc (diff) | |
parent | 20f0c1d8e534fc1b1d0824baa2aa5464d2b0f998 (diff) | |
download | libayatana-appindicator-3439224475debe3d7e8977a0a15a4a9c728fc8b7.tar.gz libayatana-appindicator-3439224475debe3d7e8977a0a15a4a9c728fc8b7.tar.bz2 libayatana-appindicator-3439224475debe3d7e8977a0a15a4a9c728fc8b7.zip |
Import upstream version 0.2.1
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
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 $@ |