aboutsummaryrefslogtreecommitdiffstats
path: root/test/apiterm.awk
blob: 95e4b12005688d402db3219b5971caf5b57ec4ea (plain)
1
2
3
4
5
6
7
8
@load "filefuncs"

{
	print $1
	# check whether API terminates field strings properly
	print chdir($1)
	print ERRNO
}