summaryrefslogtreecommitdiff
path: root/tests/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cleanup.sh')
-rwxr-xr-xtests/cleanup.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/cleanup.sh b/tests/cleanup.sh
deleted file mode 100755
index 5ee34a62..00000000
--- a/tests/cleanup.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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