From f0aaee204427791acec93a3988b6515a2ca8d9e1 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 11 Nov 2019 15:23:14 +0100 Subject: add test case --- src/afl-fuzz.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/afl-fuzz.c') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index eed4992c..47e83b7b 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -67,11 +67,8 @@ static u8* get_libradamsa_path(u8* own_loc) { SAYF("\n" cLRD "[-] " cRST "Oops, unable to find the 'libradamsa.so' binary. The binary must be " "built\n" - " separately using 'make radamsa'." - "If you\n" - " already have the binary installed, you may need to specify " - "AFL_PATH in the\n" - " environment.\n"); + " separately using 'make radamsa'. If you already have the binary " + "installed,\n you may need to specify AFL_PATH in the environment.\n"); FATAL("Failed to locate 'libradamsa.so'."); -- cgit 1.4.1