[autobuild] allow sendfile() in cross-compile (fixes #2836)
[lighttpd.git] / tests / cleanup.sh
blobec68ed71a08ea69de74ab9190dc604095c166688
1 #!/bin/sh
3 if test x$srcdir = x; then
4 srcdir=.
5 fi
7 if test x$top_builddir = x; then
8 top_builddir=..
9 fi
11 tmpdir="$top_builddir/tests/tmp/"
13 # remove test-framework
14 rm -rf "$tmpdir"
16 printf "%-40s" "cleaning up"
18 exit 0