File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ t.test('basic interactive', async t => {
7070
7171 t . ok ( PJ_CALLED . endsWith ( '/pkg' ) )
7272 t . strictSame ( RUN_SCRIPT_EXEC , 'shell-command' )
73- t . match ( output , / E x p l o r i n g \{ C W D \} \/ [ \w - _ / ] + \n T y p e ' e x i t ' o r \^ D w h e n f i n i s h e d / )
73+ t . match ( output , / E x p l o r i n g \{ C W D \} \/ ( . + ) + \n T y p e ' e x i t ' o r \^ D w h e n f i n i s h e d / )
7474} )
7575
7676t . test ( 'interactive tracks exit code' , async t => {
@@ -83,7 +83,7 @@ t.test('interactive tracks exit code', async t => {
8383
8484 t . ok ( PJ_CALLED . endsWith ( '/pkg' ) )
8585 t . strictSame ( RUN_SCRIPT_EXEC , 'shell-command' )
86- t . match ( output , / E x p l o r i n g \{ C W D \} \/ [ \w - _ / ] + \n T y p e ' e x i t ' o r \^ D w h e n f i n i s h e d / )
86+ t . match ( output , / E x p l o r i n g \{ C W D \} \/ ( . + ) + \n T y p e ' e x i t ' o r \^ D w h e n f i n i s h e d / )
8787
8888 t . equal ( process . exitCode , 99 )
8989 } )
You can’t perform that action at this time.
0 commit comments