Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / strange-characters
1 #!/bin/sh
2 # $Id$
3 for i in å ä ö åäö; do
4 touch $i || exit 1
5 test -f $i || exit 1
6 rm $i || exit 1
7 done