summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).";