git-svn: trunk@4083
0.95
Török Edvin 17 years ago
parent ab9813e762
commit 30a893af13
  1. 2
      unit_tests/check_clamd.sh

@ -28,7 +28,7 @@ run_clamd_fdpass_test() {
echo "Failed to run clamdscan!" >&2;
die 3;
fi
test /tmp/clamd-test.pid && kill `cat /tmp/clamd-test.pid`
test -f /tmp/clamd-test.pid && kill -0 `cat /tmp/clamd-test.pid` && kill `cat /tmp/clamd-test.pid`
}
mkdir -p test-db

Loading…
Cancel
Save