summaryrefslogtreecommitdiff
path: root/tests/lib-core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib-core')
-rw-r--r--tests/lib-core4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib-core b/tests/lib-core
index e2b6c06..724c8ac 100644
--- a/tests/lib-core
+++ b/tests/lib-core
@@ -40,3 +40,7 @@ t-filter-out-git-hyphen-dir () {
path="${path%:}"
PATH="$path"
}
+
+t-sort () {
+ LC_COLLATE=C sort "$@"
+}