Skip to content

Commit 7370aac

Browse files
committed
Last small issue with error spec path cleaning
1 parent 783d0e3 commit 7370aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/99_sass_specs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ sub clean_err {
138138
$str =~ s/(?:\/todo_|_todo\/)/\//g;
139139
$str =~ s/\/libsass\-[a-z]+\-tests\//\//g;
140140
$str =~ s/\/libsass\-[a-z]+\-issues\//\/libsass\-issues\//g;
141-
$str =~ s/[\w\/\-\\:]+?[\/\\]spec[\/\\]+/\/sass\/spec\//g;
141+
$str =~ s/.+?[\/\\]spec[\/\\]+/\/sass\/spec\//g;
142142
$str =~ s/(?:\r?\n)*\z/\n/;
143143
$str =~ s/\A(?:\r?\n)+\z//;
144144
# sometimes we want to skip these

0 commit comments

Comments
 (0)