fix group listing regexp
authorDavid Disseldorp <ddiss@sgi.com>
Fri, 4 May 2007 06:10:34 +0000 (06:10 +0000)
committerDavid Disseldorp <ddiss@sgi.com>
Fri, 4 May 2007 06:10:34 +0000 (06:10 +0000)
Merge of master-melb:xfs-cmds:28513a by kenmcd.

  add dmapi group

group
new

diff --git a/group b/group
index ff39d02066fe8a48347d77c9a88259c4b2de8353..050928ebdf84795657954d6b7dd2622f1cc96c7e 100644 (file)
--- a/group
+++ b/group
@@ -28,6 +28,8 @@ logprint      tes@sgi.com dxm@sgi.com
 
 # XFS log related testing
 log            tes@sgi.com
+
+# XFS log related testing
 v2log          tes@sgi.com
 
 # xfsdump, xfsrestore, xfsinvutil
@@ -78,6 +80,9 @@ aio           nathans@sgi.com
 # Pattern writing and checking
 pattern         ajones@sgi.com
 
+# dmapi based tests
+dmapi
+
 # test-group association ... one line per test
 #
 001 rw dir udf auto
diff --git a/new b/new
index 9986ea5d01ccd879251cb78bb507db98303cd6e4..c924ffec9cc8377ac76dd7ec8d4e71c64d24f77b 100755 (executable)
--- a/new
+++ b/new
@@ -131,7 +131,7 @@ then
        then
            $AWK_PROG <group '
 BEGIN          { text = "# ???" }
-/^[a-zA-z]/    { printf "%-16.16s %s\n",$1,text; text = "# ???"; next }
+/^[a-z]/       { printf "%-16.16s %s\n",$1,text; text = "# ???"; next }
 NF < 2         { next }
                { text = $0 }' \
            | sort