Whamcloud - gitweb
b=21097 fix md5sum error in metadata-updates.sh
authorEd Giesen <edg@routingdynamics.com>
Sat, 16 Jan 2010 00:15:25 +0000 (01:15 +0100)
committerJohann Lombardi <johann@sun.com>
Sat, 16 Jan 2010 00:15:25 +0000 (01:15 +0100)
lustre/tests/metadata-updates.sh

index 432e96d..98095f2 100755 (executable)
@@ -74,7 +74,7 @@ do_check_data () {
     echo "Checking file(s) data ... md5sum : "
     echo "$sums"
 
-    do_nodes --verbose $NODES_TO_USE "echo \\\"$sums\\\" | md5sum --check $sum" || \
+    do_nodes --verbose $NODES_TO_USE "echo \"$sums\" | md5sum --check" || \
         return ${PIPESTATUS[0]}
     return 0
 }