diff options
Diffstat (limited to 'test/apiterm.awk')
-rw-r--r-- | test/apiterm.awk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/apiterm.awk b/test/apiterm.awk new file mode 100644 index 00000000..95e4b120 --- /dev/null +++ b/test/apiterm.awk @@ -0,0 +1,8 @@ +@load "filefuncs" + +{ + print $1 + # check whether API terminates field strings properly + print chdir($1) + print ERRNO +} |