diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-10 16:09:48 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-10 16:09:48 +0000 |
commit | d8aedc3f5285ff70e2d2544337843800bb361751 (patch) | |
tree | 645e52fa3eacbfd58d0ff55f3c4076b89f1ec526 /tests/run_tests.check | |
parent | 26ef2c501d3f778a838e2157ef0bdbcb30796584 (diff) | |
download | ATCD-d8aedc3f5285ff70e2d2544337843800bb361751.tar.gz |
ChangeLogTag:Fri Oct 10 11:08:02 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'tests/run_tests.check')
-rwxr-xr-x | tests/run_tests.check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.check b/tests/run_tests.check index 2485ea7bc4b..8b33cf979a5 100755 --- a/tests/run_tests.check +++ b/tests/run_tests.check @@ -16,7 +16,7 @@ status=0 for arg do for i in $SUCCESS_MSGS; do - egrep -q $i $arg + egrep $i $arg >/dev/null 2>&1 if [ $? -eq 1 ]; then echo Error in $arg: no line with $i status=1 |