Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / write1
CommitLineData
805e021f
CE
1#!/bin/sh
2echo hej > foo || exit 1
3if test X`cat foo` != X"hej"; then exit 1; fi
4rm foo || exit 1