Skip to content

Commit 9ccb484

Browse files
einhverfrAli Polatel
authored and
Ali Polatel
committed
t/issue/948.t: Fixing whitespace detection in test
1 parent a2e15c2 commit 9ccb484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/issue/948.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sub Rex::Commands::File::file {
2626
my ( $name, %params ) = @_;
2727

2828
my $fmt = get_image_format();
29-
like $params{content}, qr|<driver name="qemu" type="$fmt"/>|,
29+
like $params{content}, qr|<driver name="qemu" type="$fmt"\s*/>|,
3030
"Found file content for $fmt format.";
3131
$count_file++;
3232
}

0 commit comments

Comments
 (0)