Need LC_COLLATE set for sort like we do in other qa tests.

We need a repeatable sort order.
Merge of master-melb:xfs-cmds:25663a by kenmcd.

  Execute bits changed from xxx to x--
  Need LC_COLLATE set for sort like we do in other qa tests.
  We need a repeatable sort order.
This commit is contained in:
Tim Shimmin
2006-04-04 15:34:04 +00:00
parent e11d0477a1
commit 86f92b45a6
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ _list_dir()
sed -e 's/.*restoredir/restoredir/' -e '/^restoredir /d' |\
egrep -v 'housekeeping|dirattr|dirextattr|namreg|state|tree' |\
awk '$3 ~ /^d/ { $2 = "XXX" } {print}' |\
sort
LC_COLLATE=POSIX sort
}
# real QA test starts here