Update QA tests to work with new attribute code (trusted namespace).

This commit is contained in:
fsgqa
2003-02-25 09:13:13 +00:00
parent 2b381ac8df
commit 4044dd3050
3 changed files with 162 additions and 162 deletions
+2 -2
View File
@@ -1170,10 +1170,10 @@ _get_eas_on_path()
done
echo "Root names"
getfattr --absolute-names -Rh -m xfsroot $_path |\
getfattr --absolute-names -Rh -m trusted $_path |\
perl -wn -e '
if (m/^# file: (\S+)/) { $file = $1 }
elsif (m/^xfsroot\.(\w+)/) { print $file, " ",$1,"\n" }' |\
elsif (m/^trusted\.(\w+)/) { print $file, " ",$1,"\n" }' |\
sort |\
while read file ea_name; do
attr -R -g $ea_name $file