use a cell that actually exists
[arla.git] / tests / mkdir1
blobaa6d50270592f92924627c322a0650a73a319237
1 #!/bin/sh
2 # $Id$
3 mkdir foobar || exit 1
4 test -d foobar || exit 1
5 test -d foobar/. || exit 1
6 test -d foobar/.. || exit 1
7 rmdir foobar || exit 1