`echo` will not interpret escape codes without `-e`
This commit is contained in:
parent
85d9195218
commit
0f7efbcb6a
|
@ -85,7 +85,7 @@ AFL best works when given a bunch of valid test data. It *can* make up random da
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdir afl-in/
|
$ mkdir afl-in/
|
||||||
$ echo "\x03\02hi\05there\x03nim\x03\x02\x01\x00" > afl-in/testdata
|
$ echo -e "\x03\02hi\05there\x03nim\x03\x02\x01\x00" > afl-in/testdata
|
||||||
$ ./afltestcase < afl-in/testdata
|
$ ./afltestcase < afl-in/testdata
|
||||||
Read 3 texts
|
Read 3 texts
|
||||||
Read 3 picks
|
Read 3 picks
|
||||||
|
|
Loading…
Reference in New Issue