aboutsummaryrefslogtreecommitdiffstats
path: root/test/readdir.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-29 16:33:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-29 16:33:00 +0300
commit82816b279615b27f7c4f87349a8c830a96939d8c (patch)
treecf30bf71692e090ca6ca4934e65184aa990a3055 /test/readdir.awk
parent207fc1458c7f168822e454a89f23428c64163427 (diff)
downloadegawk-82816b279615b27f7c4f87349a8c830a96939d8c.tar.gz
egawk-82816b279615b27f7c4f87349a8c830a96939d8c.tar.bz2
egawk-82816b279615b27f7c4f87349a8c830a96939d8c.zip
Finish work on iop management. New readdir test.
Diffstat (limited to 'test/readdir.awk')
-rw-r--r--test/readdir.awk7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/readdir.awk b/test/readdir.awk
new file mode 100644
index 00000000..4d35be6a
--- /dev/null
+++ b/test/readdir.awk
@@ -0,0 +1,7 @@
+@load "readdir"
+
+BEGIN {
+ readdir_do_ftype(1)
+}
+
+{ print }