aboutsummaryrefslogtreecommitdiffstats
path: root/test/fpatnull.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/fpatnull.awk')
-rw-r--r--test/fpatnull.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fpatnull.awk b/test/fpatnull.awk
new file mode 100644
index 00000000..1d00adf4
--- /dev/null
+++ b/test/fpatnull.awk
@@ -0,0 +1,2 @@
+BEGIN { FPAT = "" }
+{ print NF }