We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcedef commit 25a069cCopy full SHA for 25a069c
tests/test-utils
@@ -86,6 +86,6 @@ print-binary-versions() {
86
echo 'Versions:'
87
local bin
88
for bin in "${_TEST_BINARIES[@]}"; do
89
- "$bin" --version || echo "`$bin --version` failed with status $?" >&2
+ "$bin" --version || echo "\`$bin --version\` failed with status $?" >&2
90
done
91
}
0 commit comments