fix dumptool on macos
[openafs.git] / src / tests / write1
1 #!/bin/sh
2 echo hej > foo || exit 1
3 if test X`cat foo` != X"hej"; then exit 1; fi
4 rm foo || exit 1