Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 663 Handle huge /bin directories in libdb2 test The test suite for libdb2 uses /bin as a source of filenames and contents for insertion into databases. Fedora 17 (and possibly other OSes) have /bin symlinked to /usr/bin, which can vastly increase the number of files found, exceeding some limits of the test databases. Truncate this list of files at 100 to prevent this problem. https://github.com/krb5/krb5/commit/18a378eb43a7a5a5e14a7e6c3b6504fe32804781 Author: Tom Yu Commit: 18a378eb43a7a5a5e14a7e6c3b6504fe32804781 Branch: master src/plugins/kdb/db2/libdb2/test/run.test | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-)