From db7c55c3441d058ca3f9c055b46fef18330674fc Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 15 Jun 2009 13:07:00 +0000 Subject: [PATCH] o=Nathan i=Johann minor script issue in test_17 --- lustre/tests/recovery-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 1.8.3.1