From: huanghua Date: Tue, 10 Feb 2009 01:35:24 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_160~28 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7910680b5f11ffaafc1783e420e10aeb116cf547;hp=eec4e6b38c307111852a29006db0f3be47ced7d9;p=fs%2Flustre-release.git Branch HEAD b=17175 i=grev use correct matching pattern to match the string. --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 60f880a..1f4ba1f 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1228,7 +1228,7 @@ test_35() { # bug 12459 # contact after the connection loss $LCTL dk $TMP/lustre-log-$TESTNAME.log NEXTCONN=`awk "/${MSG}/ {start = 1;} - /import_select_connection.$device-mdc.* using connection/ { + /import_select_connection.*$device-mdc.* using connection/ { if (start) { if (\\\$NF ~ /$FAKENID/) print \\\$NF;