aboutsummaryrefslogtreecommitdiff
path: root/lib/enca/test/finish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/enca/test/finish.sh')
-rw-r--r--lib/enca/test/finish.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/enca/test/finish.sh b/lib/enca/test/finish.sh
deleted file mode 100644
index 02e42c4358..0000000000
--- a/lib/enca/test/finish.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-# @(#) $Id: finish.sh,v 1.5 2003/11/17 12:27:39 yeti Exp $
-if test -n "$E77"; then
- exit 77
-fi
-if test -f $TESTNAME.expected; then
- diff $TESTNAME.expected $TESTNAME.actual || DIE=1
-else
- if test -f $srcdir/$TESTNAME.expected; then
- diff $srcdir/$TESTNAME.expected $TESTNAME.actual || DIE=1
- fi
-fi
-if test -z "$DIE"; then
- rm -f $TESTNAME.actual $TESTNAME.tmp 2>/dev/null
-fi
-ls | grep 'core' >/dev/null && DIE=1
-rm -f core* 2>/dev/null
-test -z "$DIE" || exit 1