summaryrefslogtreecommitdiff
path: root/tests/dtc-checkfails.sh
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-12-07 18:08:20 +1100
committerJon Loeliger <jdl@freescale.com>2007-12-07 07:47:45 -0600
commita68cbc09ffa50fa1d0a3fbea531afefcbd20baae (patch)
treec161a70840132383add58445d62f480c0f1b154f /tests/dtc-checkfails.sh
parentb7c5eaf3ee93330883ed69c1aae362d039ce5dda (diff)
downloaddevice-tree-compiler-a68cbc09ffa50fa1d0a3fbea531afefcbd20baae.tar.gz
dtc: Fix silly typo in dtc-checkfails.sh
Too much C coding makes for dumb errors in shell. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/dtc-checkfails.sh')
-rwxr-xr-xtests/dtc-checkfails.sh2
1 files changed, 1 insertions, 1 deletions
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 @@ fi
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