mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
_filter_uuid: Fix output regression for btrfs/006
_filter_uuid() get updated and changed output from: uuid: <UUID> -> uuid: <UUID> It is a typo introduced by xfs/077, this patch fixed this. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ _filter_uuid()
|
||||
UUID=$1
|
||||
sed -e "s/\(uuid[ :=]\+\) $UUID/\1 <EXACTUUID>/i"
|
||||
else
|
||||
sed -e "s/\(uuid[ :=]\+\) *[0-9a-f-][0-9a-f-]*/\1 <UUID>/ig"
|
||||
sed -e "s/\(uuid[ :=]\+\) [0-9a-f-][0-9a-f-]*/\1 <UUID>/ig"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user