diff options
author | Ted Gould <ted@gould.cx> | 2010-02-02 12:10:23 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-02 12:10:23 -0800 |
commit | 9719ffe24211ceaa5e4e3445bae8d5e172c5667f (patch) | |
tree | 8af50e8a12386d92231a3e70fd8c001bc4a45589 /tests | |
parent | 0526f26397c160fa4960f19c3155ce5c34db5ad8 (diff) | |
download | libayatana-indicator-9719ffe24211ceaa5e4e3445bae8d5e172c5667f.tar.gz libayatana-indicator-9719ffe24211ceaa5e4e3445bae8d5e172c5667f.tar.bz2 libayatana-indicator-9719ffe24211ceaa5e4e3445bae8d5e172c5667f.zip |
Switching to 'bash'
Diffstat (limited to 'tests')
-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 97b3919..b111655 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -300,7 +300,7 @@ XML_REPORT = loader-check-results.xml HTML_REPORT = loader-check-results.html loader-tester: test-loader libdummy-indicator-null.la libdummy-indicator-simple.la Makefile - @echo "#!/bin/sh" > loader-tester + @echo "#!/bin/bash" > loader-tester @echo $(XVFB_RUN) >> $@ @echo gtester -k --verbose -o=$(XML_REPORT) ./test-loader >> loader-tester @chmod +x loader-tester |