*** empty log message ***
[arla.git] / tests / rename2
blobd3fa0ccca26c20d0fc50329233187b3dc6f3a10f
1 #!/bin/sh
2 # $Id$
3 touch foo bar || exit 1
4 mv foo bar || exit 1
5 test -f foo && exit 1
6 test -f bar || exit 1
7 rm bar || exit 1