File: cleanup.sh

package info (click to toggle)
lighttpd 1.4.13-4etch12
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,480 kB
  • ctags: 3,537
  • sloc: ansic: 37,630; sh: 8,915; perl: 2,215; yacc: 584; makefile: 374; php: 9
file content (14 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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