summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-04 15:56:52 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-04 15:56:52 -0500
commit098c57f89a86fea6a3f671b78e656a00fc3e4c94 (patch)
tree9227b3c0771285ee47cf3c53a12289c9f05cc8b0 /regress-driver
parent4ca4e131b4839795aa10eefae7a8cd0862d4968f (diff)
downloadgpsd-098c57f89a86fea6a3f671b78e656a00fc3e4c94.tar.gz
Typo fix.
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress-driver b/regress-driver
index 0473b5be..ef366181 100755
--- a/regress-driver
+++ b/regress-driver
@@ -138,7 +138,7 @@ case $mode in
echo "Regression test FAILED: $errors errors in $total tests total ($notfound not found).";
echo "The following test Failed:"
echo "==================${error_list}"
- eccho "=================="
+ echo "=================="
status=1;
else
echo "Regression test successful: no errors in $total tests ($notfound not found).";