Annotation of embedaddon/lighttpd/tests/cleanup.sh, revision 1.1

1.1     ! misho       1: #!/bin/sh
        !             2: 
        !             3: if test x$srcdir = x; then
        !             4:        srcdir=.
        !             5: fi
        !             6: 
        !             7: tmpdir=$top_builddir/tests/tmp/
        !             8: 
        !             9: # remove test-framework
        !            10: rm -rf $tmpdir
        !            11: 
        !            12: printf "%-40s" "cleaning up"
        !            13: 
        !            14: exit 0

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