summaryrefslogtreecommitdiffstats
path: root/tests/ts/md5
diff options
context:
space:
mode:
authorRuediger Meier2016-04-06 12:30:17 +0200
committerKarel Zak2016-04-13 12:29:16 +0200
commitc8d211478f4a562628fb400355861ca81f8a446b (patch)
treef3ead083674f732a6f21d4b2eb51af2378300d19 /tests/ts/md5
parentchrt: validate priority before trying to use it (diff)
downloadkernel-qcow2-util-linux-c8d211478f4a562628fb400355861ca81f8a446b.tar.gz
kernel-qcow2-util-linux-c8d211478f4a562628fb400355861ca81f8a446b.tar.xz
kernel-qcow2-util-linux-c8d211478f4a562628fb400355861ca81f8a446b.zip
tests: test_md5 prints md5sum only
We want to to use it for other tests without depending on gnu md5sum and without cut or awk. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/md5')
-rwxr-xr-xtests/ts/md5/md52
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/md5/md5 b/tests/ts/md5/md5
index 6fe3f147e..57c4d5275 100755
--- a/tests/ts/md5/md5
+++ b/tests/ts/md5/md5
@@ -20,7 +20,7 @@ TS_TOPDIR="${0%/*}/../.."
. $TS_TOPDIR/functions.sh
ts_init "$*"
-> $TS_OUTPUT
+ts_check_test_command "$TS_HELPER_MD5"
cat $TS_SELF/data | while read data
do