aboutsummaryrefslogtreecommitdiff
path: root/t/01-config.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-config.t')
-rw-r--r--t/01-config.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-config.t b/t/01-config.t
index 79bca63..4fee455 100644
--- a/t/01-config.t
+++ b/t/01-config.t
@@ -29,7 +29,7 @@ is_deeply(
[$resources[0]->get_axis_values('filename')],
["$thisdir/src/file1.rest.txt"],
'filename');
-my $content=do {my $fh=$resources[0]->get_property({filename=>"$thisdir/src/file1.rest.txt"},'datastream');local $/;<$fh>};
+my $content=$resources[0]->get_property_string({filename=>"$thisdir/src/file1.rest.txt"},'datastream');
is($content,
<<'EOF','');
Titolo