![]() ![]() | ![]() |
version 1.1, 2013/10/14 10:32:47 | version 1.1.1.2, 2016/11/02 10:35:00 |
---|---|
Line 4 if test x$srcdir = x; then | Line 4 if test x$srcdir = x; then |
srcdir=. | srcdir=. |
fi | fi |
tmpdir=$top_builddir/tests/tmp/ | if test x$top_builddir = x; then |
top_builddir=.. | |
fi | |
tmpdir="$top_builddir/tests/tmp/" | |
# remove test-framework | # remove test-framework |
rm -rf $tmpdir | rm -rf "$tmpdir" |
printf "%-40s" "cleaning up" | printf "%-40s" "cleaning up" |