simple test of EAs in xfsdump/xfsrestore
[xfstests-dev.git] / common.dump
index cca9dba93915085d1007c04d655015d413ce448f..88761123b0c2d2cc4254d958c9ff1abe4dc03199 100644 (file)
@@ -1071,6 +1071,7 @@ _get_eas_on_path()
     find $_path -exec attr -l {} \; |\
     awk '{print $9, $2}' |\
     sed 's/["]//g' |\
+    sort |\
     while read file ea_name; do
        attr -g $ea_name $file
     done