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 1ce86f6 commit efc7455Copy full SHA for efc7455
test/assert-forbidden-used.bash
@@ -7,7 +7,6 @@ fi
7
8
rc=0
9
for file in "$@"; do
10
- # --color=never because magit git output log doesn't support it
11
grep_rc=0; grep -q UnityHTTPD::forbidden "$file" || grep_rc=$?
12
case "$grep_rc" in
13
0)
0 commit comments