diff options
Diffstat (limited to 'tests/dd/reblock')
-rwxr-xr-x | tests/dd/reblock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/reblock b/tests/dd/reblock index c5d667c8c..f70ffed58 100755 --- a/tests/dd/reblock +++ b/tests/dd/reblock @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && dd --version +print_ver_ dd # 2 short reads -> 1 full write + 1 partial write cat <<\EOF > exp-reblock || framework_failure |