test修正
This commit is contained in:
@@ -193,8 +193,8 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_check_obfu() {
|
fn test_check_obfu() {
|
||||||
let obfutext = utils::check_obfu("dir01");
|
let obfutext = utils::check_obfu("string");
|
||||||
assert!(obfutext == "Possible command obfuscation: zeroes and ones (possible numeric or binary encoding)\n");
|
assert!(obfutext == "Possible command obfuscation: 100% zeroes and ones (possible numeric or binary encoding)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user