From: Zhao Lei Date: Mon, 21 Sep 2015 03:06:17 +0000 (+1000) Subject: _filter_uuid: Fix output regression for btrfs/006 X-Git-Tag: v2022.05.01~2803 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=48613832ad11;p=users%2Fhch%2Fxfstests-dev.git _filter_uuid: Fix output regression for btrfs/006 _filter_uuid() get updated and changed output from: uuid: -> uuid: It is a typo introduced by xfs/077, this patch fixed this. Signed-off-by: Zhao Lei Reviewed-by: Omar Sandoval Signed-off-by: Dave Chinner --- diff --git a/common/filter b/common/filter index 8db1b3e47..af456c93f 100644 --- a/common/filter +++ b/common/filter @@ -277,7 +277,7 @@ _filter_uuid() UUID=$1 sed -e "s/\(uuid[ :=]\+\) $UUID/\1 /i" else - sed -e "s/\(uuid[ :=]\+\) *[0-9a-f-][0-9a-f-]*/\1 /ig" + sed -e "s/\(uuid[ :=]\+\) [0-9a-f-][0-9a-f-]*/\1 /ig" fi } diff --git a/tests/xfs/077.out b/tests/xfs/077.out index fdc7d72f9..4e18087d0 100644 --- a/tests/xfs/077.out +++ b/tests/xfs/077.out @@ -2,7 +2,7 @@ QA output created by 077 == Generate new UUID Clearing log and setting UUID writing all SBs -new UUID = +new UUID = == Rewrite UUID old UUID = Clearing log and setting UUID