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