Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running make test, there appears an error: /bin/sh: 1: test: go test -exec sudo: unexpected operator or /bin/sh: line 1: test: go test -exec sudo: binary operator expected (depending on which shell is used). This is caused by CMD value containing extra quotes (from RUN_VIA_SUDO=-exec "sudo -n") which test sees as an extra option. Enclose test argument in single quotes to fix the issue. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
- Loading branch information