aboutsummaryrefslogtreecommitdiff
path: root/test/go/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/go/test.sh')
-rwxr-xr-xtest/go/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/test.sh b/test/go/test.sh
index ee9f171..ccae6da 100755
--- a/test/go/test.sh
+++ b/test/go/test.sh
@@ -7,7 +7,7 @@ source dev-container-features-test-lib
check "version" go version
check "revive version" revive --version
-check "revive is installed at correct path" which revive | grep "/go/bin/revive"
+check "revive is installed at correct path" bash -c "which revive | grep /go/bin/revive"
# Report result
reportResults \ No newline at end of file