aboutsummaryrefslogtreecommitdiffstats
path: root/test/fwtest2b.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/fwtest2b.awk')
-rw-r--r--test/fwtest2b.awk6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/fwtest2b.awk b/test/fwtest2b.awk
deleted file mode 100644
index 5e96c1aa..00000000
--- a/test/fwtest2b.awk
+++ /dev/null
@@ -1,6 +0,0 @@
-BEGIN {
- FIELDWIDTHS = "2:13 2:13 2:13";
-}
-{
- printf "%s|%s|%s\n", $1, $2, $3
-}