make output deterministic for all QA hosts.

This commit is contained in:
Nathan Scott
2001-10-07 22:25:36 +00:00
parent 5724cb9519
commit 8cb9a67668
2 changed files with 242 additions and 230 deletions
+12
View File
@@ -73,6 +73,18 @@ _create_test_bed()
find $SCRATCH_MNT | LC_COLLATE=POSIX sort
}
getfattr()
{
/usr/bin/getfattr $@ | sed -e \
"s/$SCRATCH_MNT/SCRATCH_MNT/g"
}
setfattr()
{
/usr/bin/setfattr $@ | sed -e \
"s/$SCRATCH_MNT/SCRATCH_MNT/g"
}
_require_scratch
[ -x /usr/bin/getfattr ] || _notrun "getfattr is not installed"
[ -x /usr/bin/setfattr ] || _notrun "setfattr is not installed"
+230 -230
View File
File diff suppressed because it is too large Load Diff