testing/googler: add correct path to googler binary in check

This commit is contained in:
Roberto Oliveira 2017-10-28 13:48:39 +00:00
parent 9e8bc5da75
commit 0e437185c1

View File

@ -19,7 +19,7 @@ build() {
check() {
cd "$builddir"
googler --help > /dev/null
./googler --help > /dev/null
}
package() {