summaryrefslogtreecommitdiffstats
path: root/test/recipes/20-test_dgst.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/20-test_dgst.t')
-rw-r--r--test/recipes/20-test_dgst.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/20-test_dgst.t b/test/recipes/20-test_dgst.t
index c10da5a9f4..0b7ab2d5d1 100644
--- a/test/recipes/20-test_dgst.t
+++ b/test/recipes/20-test_dgst.t
@@ -24,8 +24,8 @@ sub tsignverify {
my $privkey = shift;
my $pubkey = shift;
- my $data_to_sign = srctop_file('test', 'README');
- my $other_data = srctop_file('test', 'README.external');
+ my $data_to_sign = srctop_file('test', 'data.txt');
+ my $other_data = srctop_file('test', 'data2.txt');
my $sigfile = basename($privkey, '.pem') . '.sig';
plan tests => 4;