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. (cherry picked from commit 18a378eb43a7a5a5e14a7e6c3b6504fe32804781) https://github.com/krb5/krb5/commit/6ae99a7300195ed05df5a5efa43486e98ef7ef1c Author: Tom Yu Commit: 6ae99a7300195ed05df5a5efa43486e98ef7ef1c Branch: krb5-1.10 src/plugins/kdb/db2/libdb2/test/run.test | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-)