1# Output filenames modified from original tests for illumos testing.
2$1%2==1	{print >(ENVIRON["WORKDIR"] "/foo.odd")}
3$1%2==0	{print >(ENVIRON["WORKDIR"] "/foo.even")}
4