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: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48613832ad11ce22eaf74a39509cc350cf59c241;p=xfstests-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 8db1b3e4..af456c93 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 fdc7d72f..4e18087d 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