*** empty log message ***
[arla.git] / tests / copy-file2
blobea103a14ef9ccdae7077e5da306e00e7c1cb007d
1 #!/bin/sh
2 # $Id$
3 cat > foo <<EOF
4 hej tol
6 ska vi g|ra r{tt nu.
7 EOF
9 cp foo foo2 || exit 1
10 test -s foo2 || exit 1
12 exit 0