Skip to content

Commit 78dc908

Browse files
committed
relax test regex
1 parent 2a97196 commit 78dc908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/run.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ while(<$fh>) { push @lines, $_; }
2121

2222
like $lines[0], qr/Failed\sto\srun/, 'failed to run message';
2323
like $lines[1], qr/FAIL\sFailed\sto\srun/, 'failed to run message';
24-
like $lines[2], qr/^sh:\snot\-a\-command/, 'failed through shell';
24+
like $lines[2], qr/^sh:.*not\-a\-command/, 'failed through shell';
2525
like $lines[3], qr/^hello\sworld/, 'success';
2626
like $lines[4], qr/^hello\sworld/, 'success';
2727

0 commit comments

Comments
 (0)