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