Move EICAR test file

This commit is contained in:
Thorsten Blum
2021-05-06 12:39:26 +02:00
parent a86af3852b
commit dbdad9b73e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use clamav_client::*;
#[cfg(target_family = "unix")]
const TEST_SOCKET_PATH: &str = "/tmp/clamd.socket";
const TEST_HOST_ADDRESS: &str = "localhost:3310";
const TEST_FILE_PATH: &str = "eicar.txt";
const TEST_FILE_PATH: &str = "tests/eicar.txt";
const PONG_RESPONSE: &[u8] = b"PONG\0";
const EICAR_FOUND_RESPONSE: &[u8] = b"stream: Eicar-Signature FOUND\0";
View File