view tests/0043/clean.sh @ 671:537bfd7e15a1

Fixup bindings for removal of backward-compatibility stuff
author mas01cr
date Fri, 05 Mar 2010 16:00:49 +0000
parents da901c62e569
children
line wrap: on
line source
#! /bin/sh

if [ -d dbdir ]; then
    rm -rf dbdir
fi

if [ -d fdir ]; then
    rm -rf fdir
fi