File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / tests / cleanup.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:47 2013 UTC (11 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#!/bin/sh

if test x$srcdir = x; then
	srcdir=.
fi

tmpdir=$top_builddir/tests/tmp/

# remove test-framework
rm -rf $tmpdir

printf "%-40s" "cleaning up"

exit 0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>