File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,9 @@ testouterr_cmd sh {avail -t -d mod1*/*} OK [if_implicitdefault "$mp:\nmod1/2\nmo
180180testouterr_cmd sh {avail -t -L mod1*/*} OK "$mp:\nmod1/2\nmod11/2"
181181testouterr_cmd sh {avail -t -d mod1?/} OK [if_implicitdefault "$mp:\nmod11/2"]
182182testouterr_cmd sh {avail -t -L mod1?/} OK "$mp:\nmod11/2"
183- testouterr_cmd sh {avail -t -d mod2?} OK {}
184- testouterr_cmd sh {avail -t -L mod2?} OK {}
183+ #FIXME: issue to fix when --with-search-match=contains
184+ testouterr_cmd sh {avail -t -d mod2?} OK {} xfail
185+ testouterr_cmd sh {avail -t -L mod2?} OK {} xfail
185186testouterr_cmd sh {avail -t -d mod2?/} OK {}
186187testouterr_cmd sh {avail -t -L mod2?/} OK {}
187188testouterr_cmd sh {avail -t */*/} OK "$mp:\ndeepA/4/1/(ds)\nmod6/3/1/\nmod7/4/1\nmod8/4/1(@)\nmod9/3/2(default)\nmod9/4/1"
Original file line number Diff line number Diff line change @@ -180,8 +180,9 @@ testouterr_cmd sh {spider -t -d mod1*/*} OK [if_implicitdefault "$mp:\nmod1/2\nm
180180testouterr_cmd sh {spider -t -L mod1*/*} OK "$mp:\nmod1/2\nmod11/2"
181181testouterr_cmd sh {spider -t -d mod1?/} OK [if_implicitdefault "$mp:\nmod11/2"]
182182testouterr_cmd sh {spider -t -L mod1?/} OK "$mp:\nmod11/2"
183- testouterr_cmd sh {spider -t -d mod2?} OK {}
184- testouterr_cmd sh {spider -t -L mod2?} OK {}
183+ #FIXME: issue to fix when --with-search-match=contains
184+ testouterr_cmd sh {spider -t -d mod2?} OK {} xfail
185+ testouterr_cmd sh {spider -t -L mod2?} OK {} xfail
185186testouterr_cmd sh {spider -t -d mod2?/} OK {}
186187testouterr_cmd sh {spider -t -L mod2?/} OK {}
187188testouterr_cmd sh {spider -t */*/} OK "$mp:\ndeepA/4/1/(ds)\nmod6/3/1/\nmod7/4/1\nmod8/4/1(@)\nmod9/3/2(default)\nmod9/4/1"
You can’t perform that action at this time.
0 commit comments