summaryrefslogtreecommitdiffstats
path: root/usr.sbin/afs/src/tests/write1
blob: 00d386d9b11618cc39060a9685276e5ebb857524 (plain) (blame)
1
2
3
4
#!/bin/sh
echo hej > foo || exit 1
if test X`cat foo` != X"hej"; then exit 1; fi
rm foo || exit 1