Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / creat1
1 #!/bin/sh
2 > foobar
3 test -f foobar || exit 1
4 test -s foobar && exit 1
5 rm foobar || exit 1