commit | a68cbc09ffa50fa1d0a3fbea531afefcbd20baae | [log] [tgz] |
---|---|---|
author | David Gibson <[email protected]> | Fri Dec 07 18:08:20 2007 +1100 |
committer | Jon Loeliger <[email protected]> | Fri Dec 07 07:47:45 2007 -0600 |
tree | c161a70840132383add58445d62f480c0f1b154f | |
parent | b7c5eaf3ee93330883ed69c1aae362d039ce5dda [diff] |
dtc: Fix silly typo in dtc-checkfails.sh Too much C coding makes for dumb errors in shell. Signed-off-by: David Gibson <[email protected]>
diff --git a/tests/dtc-checkfails.sh b/tests/dtc-checkfails.sh index 16a93e8..23e1ba0 100755 --- a/tests/dtc-checkfails.sh +++ b/tests/dtc-checkfails.sh
@@ -23,7 +23,7 @@ for c in $CHECKS; do if ! grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then - FAIL "Failed to trigger check \"%c\"" + FAIL "Failed to trigger check \"$c\"" fi done