view tests/0043/clean.sh @ 535:77e63d5c6de0

Compile fix for previous revision Include <algorithm> for std::lower_bound.
author mas01cr
date Wed, 04 Feb 2009 11:37:07 +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