aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quse/dotest')
-rwxr-xr-xtests/quse/dotest5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/quse/dotest b/tests/quse/dotest
index 9f8bf9b..419e6c1 100755
--- a/tests/quse/dotest
+++ b/tests/quse/dotest
@@ -68,7 +68,10 @@ diff -u x all.good
rm x good all.good
# check cross file matches
-quse -CD abc > x
+# sort because quse order depends on the readdir order
+# which depends on the fs itself. quse doesnt do sorting
+# because in general, who cares. faster this way.
+quse -CD abc | LC_ALL=C sort > x
diff -u ../list01.good x
rm x