Whamcloud - gitweb
b=16808
authorgrev <grev>
Tue, 26 Aug 2008 13:23:44 +0000 (13:23 +0000)
committergrev <grev>
Tue, 26 Aug 2008 13:23:44 +0000 (13:23 +0000)
remote command fix for previous commit

lustre/tests/test-framework.sh

index afd5551..626eb08 100644 (file)
@@ -1930,7 +1930,7 @@ check_catastrophe () {
 
     [ -f $CATASTROPHE ] && [ `cat $CATASTROPHE` -ne 0 ] && return 1
     if [ $rnodes ]; then
-        do_nodes $rnodes "[ -f $CATASTROPHE ] && { [ `cat $CATASTROPHE` -eq 0 ] || false; } || true"
+        do_nodes $rnodes "[ -f $CATASTROPHE ] && { [ \`cat $CATASTROPHE\` -eq 0 ] || false; } || true"
     fi 
 }