From 8614c0dcd099f93f92d664ee74d322cdbfacb058 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 21 Apr 2009 18:46:16 +0000 Subject: [PATCH] - "rev" works the way the test suite expects now, so don't disable tests that use it --- krb5-1.5-brokenrev.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 krb5-1.5-brokenrev.patch diff --git a/krb5-1.5-brokenrev.patch b/krb5-1.5-brokenrev.patch deleted file mode 100644 index cb0379e..0000000 --- a/krb5-1.5-brokenrev.patch +++ /dev/null @@ -1,19 +0,0 @@ -The version of "rev" in util-linux doesn't work as this script expects it to. - ---- krb5-1.5/src/plugins/kdb/db2/libdb2/test/run.test Wed Jun 7 22:46:39 2000 -+++ krb5-1.5/src/plugins/kdb/db2/libdb2/test/run.test Wed Jun 7 22:46:34 2000 -@@ -541,12 +541,8 @@ - # the btree split code gets hammered. - test12() - { -- if ( rev < /dev/null ) > /dev/null 2>&1 ; then -- : -- else -- echo "Test 12: skipped, rev not found" -- return -- fi -+ echo "Test 12: skipped, rev not found" -+ return - if test $dictsize -lt 20001 ; then - echo "Test 12: skipped, dictionary too small" - return