summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-07-06 15:50:10 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-07-06 15:50:10 +0000
commit7b01b2d58c35b0d78b52d7f6ebe7fbb440c4193f (patch)
tree9bd92b93502a2f032c91714e2e6a4649c69d3879
parentefbd8d58ccaa71c8d22a73ba853a35cf271c47f6 (diff)
downloadkrb5-7b01b2d58c35b0d78b52d7f6ebe7fbb440c4193f.tar.gz
krb5-7b01b2d58c35b0d78b52d7f6ebe7fbb440c4193f.tar.xz
krb5-7b01b2d58c35b0d78b52d7f6ebe7fbb440c4193f.zip
The version of "rev" in util-linux doesn't work as this script expects it
to.
-rw-r--r--krb5-1.5-brokenrev.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/krb5-1.5-brokenrev.patch b/krb5-1.5-brokenrev.patch
new file mode 100644
index 0000000..cb0379e
--- /dev/null
+++ b/krb5-1.5-brokenrev.patch
@@ -0,0 +1,19 @@
+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