summaryrefslogtreecommitdiff
path: root/tests/dd/direct
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dd/direct')
-rwxr-xr-xtests/dd/direct2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/direct b/tests/dd/direct
index 1381ce68c..8954dd849 100755
--- a/tests/dd/direct
+++ b/tests/dd/direct
@@ -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
truncate -s 8192 in || framework_failure
dd if=in oflag=direct of=out 2> /dev/null \