Updating unittests check for clamd helpstring to match help string changes.

pull/75/merge
Micah Snyder 7 years ago
parent 9289ec6912
commit 2f7764e211
  1. 2
      unit_tests/check_common.sh

@ -258,7 +258,7 @@ start_clamd()
if test_run 0 $CLAMD -c test-clamd.conf --help >clamd-test.log; then
die "Failed to run clamd --help";
fi
grep "Clam AntiVirus Daemon" clamd-test.log >/dev/null || die "Wrong --help reply from clamd!";
grep "Clam AntiVirus: Daemon" clamd-test.log >/dev/null || die "Wrong --help reply from clamd!";
if test_run 0 $CLAMD -c test-clamd.conf >clamd-test.log 2>&1; then
cat clamd-test.log
die "Failed to run clamd";

Loading…
Cancel
Save