steps to support modern FreeBSD. After Robert Watson <rwatson@FreeBSD.org> and Alec...
[arla.git] / tests / creat1
blob9bdf2b50c6b71ec5abd3852e71b72f09a005696f
1 #!/bin/sh
2 > foobar
3 test -f foobar || exit 1
4 test -s foobar && exit 1
5 rm foobar || exit 1