do not use '-s' with 'cmp' but display verbose error reason
[util-vserver.git] / util-vserver / lib_internal / testsuite / copy-check
index 33af41e..77158d8 100755 (executable)
@@ -42,8 +42,8 @@ function execWrap()
 
 function doit()
 {
-    execWrap "$nr" "copying"   $COPY  $dir/$nr-in $dir/$nr-out
-    execWrap "$nr" "comparing" cmp -s $dir/$nr-in $dir/$nr-out
+    execWrap "$nr" "copying"   $COPY $dir/$nr-in $dir/$nr-out
+    execWrap "$nr" "comparing" cmp   $dir/$nr-in $dir/$nr-out
 }
 
 ## Usage: execCheck <nr> [<dd-args>*]