Whamcloud - gitweb
Revert "b=21097 fix md5sum error in metadata-updates.sh" 1.8.2 v1_8_2_RC4
authorJohann Lombardi <johann@sun.com>
Sat, 23 Jan 2010 00:36:25 +0000 (01:36 +0100)
committerJohann Lombardi <johann@sun.com>
Sat, 23 Jan 2010 00:36:25 +0000 (01:36 +0100)
This reverts commit 89b5d6f0e40b35bcc93d6830568e823d67e8f364.

lustre/tests/metadata-updates.sh

index 98095f2..432e96d 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" || \
+    do_nodes --verbose $NODES_TO_USE "echo \\\"$sums\\\" | md5sum --check $sum" || \
         return ${PIPESTATUS[0]}
     return 0
 }