aboutsummaryrefslogtreecommitdiffstats
path: root/test/getlndir.awk
blob: 250c5abb767a99d4ff9a8421ac930b1531625290 (plain)
1
2
3
4
5
6
7
BEGIN {
	if (!SRCDIR) SRCDIR = "."
	OFS = ", "
	x = 4
	ret = (getline x < SRCDIR)
	print x, ret, ERRNO
}