From 0e437185c1925adfb78ba92e8e06b37397c5d0ec Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sat, 28 Oct 2017 13:48:39 +0000 Subject: testing/googler: add correct path to googler binary in check --- testing/googler/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/googler/APKBUILD b/testing/googler/APKBUILD index 94cb22e749..47bd2e523d 100644 --- a/testing/googler/APKBUILD +++ b/testing/googler/APKBUILD @@ -19,7 +19,7 @@ build() { check() { cd "$builddir" - googler --help > /dev/null + ./googler --help > /dev/null } package() { -- cgit v1.2.3