#!/bin/sh -x

/bin/rm -fr testdir

mkdir testdir

/bin/rm -fr testdir2

mkdir testdir2

/bin/rm -f bin bin2

/bin/rm -rf testman

mkdir testman

