From 579ff65b67518f61a3658942a5df517533004f2f Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 21 Aug 2024 21:59:22 -0600 Subject: [PATCH] tests: bonsai/npc.mk: drop redundant tab removal --- tests/bonsai/npc.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bonsai/npc.mk b/tests/bonsai/npc.mk index 8b7f8ea..b028c4d 100755 --- a/tests/bonsai/npc.mk +++ b/tests/bonsai/npc.mk @@ -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