Whamcloud - gitweb
fix typo in b=17839 commit (made while ported from HEAD)
authorgrev <grev>
Fri, 27 Feb 2009 00:17:53 +0000 (00:17 +0000)
committergrev <grev>
Fri, 27 Feb 2009 00:17:53 +0000 (00:17 +0000)
lustre/tests/test-framework.sh

index 26d7d2b..3f7efc6 100644 (file)
@@ -1381,7 +1381,6 @@ get_facets () {
     local type=$(echo $1 | tr "[:lower:]" "[:upper:]")
 
     local list=""
-    MDS
 
     case $type in
         MDS )    list=mds;;