Fix QA test 045 after recent change to xfs_db uuid command output style.

This commit is contained in:
Nathan Scott
2003-03-11 01:54:03 +00:00
parent 0bdc652eaa
commit 61b68fd34c
+1 -3
View File
@@ -53,9 +53,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
_get_uuid() _get_uuid()
{ {
xfs_db -r $1 -c "uuid" | $AWK_PROG ' xfs_db -r $1 -c "uuid" | $AWK_PROG '/^UUID/ { print $3 }'
/^uuid/ { print $3 }
'
} }
# real QA test starts here # real QA test starts here