tests: bonsai/npc.mk: drop redundant tab removal

This commit is contained in:
dtb 2024-08-21 21:59:22 -06:00
parent 334433536b
commit 579ff65b67
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -54,7 +54,6 @@ npc_ascii_controls:
awk 'BEGIN{ for (i = 0; i < 32; ++i) printf("%c", i); }' \
| $(BIN)/npc \
| head -n 1 \
| tr -d '\t' \
| xargs test "^@^A^B^C^D^E^F^G^H" =
# ASCII 0x0a (otherwise the head|tail sequence won't work) to 0x1f