summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/getlnhd.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/getlnhd.awk')
-rw-r--r--contrib/awk/test/getlnhd.awk10
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/awk/test/getlnhd.awk b/contrib/awk/test/getlnhd.awk
deleted file mode 100644
index f0f801b..0000000
--- a/contrib/awk/test/getlnhd.awk
+++ /dev/null
@@ -1,10 +0,0 @@
-BEGIN { pipe = "cat <<EOF\n"
- pipe = pipe "select * from user\n"
- pipe = pipe " where Name = 'O\\'Donell'\n"
- pipe = pipe "EOF\n"
-
- while ((pipe | getline) > 0)
- print
-
- exit 0
-}
OpenPOWER on IntegriCloud