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
@@ -113,7 +113,7 @@ _verify_fs()
|| _fail "mount failed"
echo "*** verify FS"
(cd $SCRATCH_MNT ; find . | sort \
(cd $SCRATCH_MNT ; find . | LC_COLLATE=POSIX sort \
| xargs $here/src/lstat64 | _filter_stat)
diff -q $SCRATCH_MNT/bigfile $tempfile.2 \
|| _fail "bigfile corrupted"