Fix QA test 045 after recent change to xfs_db uuid command output style.
authorNathan Scott <nathans@sgi.com>
Tue, 11 Mar 2003 01:54:03 +0000 (01:54 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 11 Mar 2003 01:54:03 +0000 (01:54 +0000)
045

diff --git a/045 b/045
index 18c28d042546194f6caf8f4ecb63cc87568e7bd2..7191a2aed5dc0352a9cd9ce6191b326f0e79886d 100755 (executable)
--- a/045
+++ b/045
@@ -53,9 +53,7 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
 
 _get_uuid()
 {
-        xfs_db -r $1 -c "uuid" | $AWK_PROG '
-                /^uuid/ { print $3 }
-        '
+       xfs_db -r $1 -c "uuid" | $AWK_PROG '/^UUID/ { print $3 }'
 }
 
 # real QA test starts here