diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-29 16:33:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-29 16:33:00 +0300 |
commit | 82816b279615b27f7c4f87349a8c830a96939d8c (patch) | |
tree | cf30bf71692e090ca6ca4934e65184aa990a3055 /test/readdir.awk | |
parent | 207fc1458c7f168822e454a89f23428c64163427 (diff) | |
download | egawk-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.awk | 7 |
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 } |