*** empty log message ***
[arla.git] / tests / write1
blob00d386d9b11618cc39060a9685276e5ebb857524
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