Whamcloud - gitweb
b=19793
authorgrev <grev>
Thu, 11 Jun 2009 14:31:15 +0000 (14:31 +0000)
committergrev <grev>
Thu, 11 Jun 2009 14:31:15 +0000 (14:31 +0000)
o=Nathan
i=Johann
minor script issue in test_17

lustre/tests/recovery-small.sh

index 69df85f..a1f67f9 100755 (executable)
@@ -242,7 +242,7 @@ test_17() {
     # expect cmp to succeed, client resent bulk
     do_facet client "cmp $SAMPLE_FILE $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)"