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