The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1c8a45b5540d74fedd36a695f52a5d12d899c0a3

commit 1c8a45b5540d74fedd36a695f52a5d12d899c0a3
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2024-07-27 20:17:41 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-07-29 20:13:02 +0000

    mtree: Fix the sort order in BSD.tests.dist
    
    Reviewed by: imp, emaste
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1351
---
 etc/mtree/BSD.tests.dist | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index 5c724e5a8e5b..ba03881bcc27 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -91,6 +91,10 @@
         ..
         usr.sbin
             dtrace
+                amd64
+                    arrays
+                    ..
+                ..
                 common
                     aggs
                     ..
@@ -269,10 +273,6 @@
                     ustack
                     ..
                 ..
-                amd64
-                    arrays
-                    ..
-                ..
             ..
             zfsd
             ..
@@ -1201,12 +1201,12 @@
         ..
         tsort
         ..
-        units
-        ..
         unifdef
         ..
         uniq
         ..
+        units
+        ..
         unzip
         ..
         vmstat

Reply via email to