diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-06-22 21:55:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-06-22 21:55:30 +0000 |
commit | 307b1c9e312cc59d3ea594ce009a6db566cc9cf0 (patch) | |
tree | dd415b0d0e71c14204a3e85c0863fdde762915a9 /dev-util/subversion/files | |
parent | Make fakechroot compatible with glibc 2.10 (bug #274077). (diff) | |
download | historical-307b1c9e312cc59d3ea594ce009a6db566cc9cf0.tar.gz historical-307b1c9e312cc59d3ea594ce009a6db566cc9cf0.tar.bz2 historical-307b1c9e312cc59d3ea594ce009a6db566cc9cf0.zip |
Transform tests in alphabetic order.
Diffstat (limited to 'dev-util/subversion/files')
-rw-r--r-- | dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch b/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch index 8fb4f0841462..8ea6a741fca0 100644 --- a/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch +++ b/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch @@ -97,7 +97,7 @@ + eval "$executable=\$executable_dependencies" +done + -+test_paths="$(find subversion/tests -name '*-test' ! -path '*/.libs/*')" ++test_paths="$(find subversion/tests -name '*-test' ! -path '*/.libs/*' | sort)" +for test in $test_paths; do + test_path="$test" + # Dependencies of tests are based on names of directories containing tests |