From 9cab0bb34333a4ec9583c56af2cd3f1ce465fb8b Mon Sep 17 00:00:00 2001 From: Kazuminn Date: Sun, 4 Oct 2020 17:15:08 +0900 Subject: [PATCH] add comment --- src/detections/utils.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detections/utils.rs b/src/detections/utils.rs index db42652a..9a2ffdc3 100644 --- a/src/detections/utils.rs +++ b/src/detections/utils.rs @@ -226,6 +226,7 @@ mod tests { utils::check_command(1, "dir", 100, 100, "dir", "dir", rdr); let rdr = csv::Reader::from_reader(contents.as_bytes()); + //test return with whitelist. utils::check_command( 1, "\"C:\\Program Files\\Google\\Update\\GoogleUpdate.exe\"",