[go: up one dir, main page]

File: md5.t

package info (click to toggle)
rex 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,800 kB
  • sloc: perl: 30,667; xml: 264; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More tests => 1;
use Rex::Commands::MD5;

my $test_file = Rex::Helper::File::Spec->catfile( 't', 'md5test.bin' );

is( md5($test_file), '93b885adfe0da089cdf634904fd59f71', 'MD5 checksum OK' );