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