From: grev Date: Mon, 15 Jun 2009 13:07:00 +0000 (+0000) Subject: o=Nathan X-Git-Tag: v1_9_220~146 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=db7c55c3441d058ca3f9c055b46fef18330674fc;p=fs%2Flustre-release.git o=Nathan i=Johann minor script issue in test_17 --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 5fd5fc6..5b09a2e 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -239,7 +239,7 @@ test_17() { # expect cmp to succeed, client resent bulk do_facet client "cmp /etc/termcap $DIR/$tfile" || return 3 do_facet client "rm $DIR/$tfile" || return 4 - [ $at_max_saved -ne 0 ] && $(at_max_set $at_max_saved ost1) + [ $at_max_saved -ne 0 ] && at_max_set $at_max_saved ost1 return 0 } run_test 17 "timeout bulk get, don't evict client (2732)"