summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-06-22 21:55:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-06-22 21:55:30 +0000
commit9781e23eb027bdc862307357880f70f6ac8ac71b (patch)
tree203e53cd7d9917d81697a42e1371bc4eb17ba24e /dev-util
parentMake fakechroot compatible with glibc 2.10 (bug #274077). (diff)
downloadgentoo-2-9781e23eb027bdc862307357880f70f6ac8ac71b.tar.gz
gentoo-2-9781e23eb027bdc862307357880f70f6ac8ac71b.tar.bz2
gentoo-2-9781e23eb027bdc862307357880f70f6ac8ac71b.zip
Transform tests in alphabetic order.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch2
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