14 passed, 0 OK, 3 not implemented, 0 BUG, 123 failed, 0 timeouts, 0 cases skipped 14 failed under osh
dash | 0 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
ash | 0 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
zsh | 0 Don't glob flags on file system with GLOBIGNORE [zsh stdout] Expected '-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
mksh | 0 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
ksh | 0 Don't glob flags on file system with GLOBIGNORE [ksh stdout] Expected '-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
toysh | 0 Don't glob flags on file system with GLOBIGNORE [toysh stdout] Expected '-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
sush | 0 Don't glob flags on file system with GLOBIGNORE [sush stdout] Expected '-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
brush | 0 Don't glob flags on file system with GLOBIGNORE [brush stdout] Expected '-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
osh | 0 Don't glob flags on file system with GLOBIGNORE [osh stdout] Expected '-* hello zzzz?\n', got '' [osh status] Expected 0, got 99 stdout: stderr: |
dash | 1 basic star case -> ignore files with txt extension [dash stdout] Expected 'basic.md\n', got '{basic.md,basic.txt}\n' stdout: {basic.md,basic.txt}stderr: |
ash | 1 basic star case -> ignore files with txt extension [ash stdout] Expected 'basic.md\n', got '{basic.md,basic.txt}\n' stdout: {basic.md,basic.txt}stderr: |
zsh | 1 basic star case -> ignore files with txt extension [zsh stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
mksh | 1 basic star case -> ignore files with txt extension [mksh stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
ksh | 1 basic star case -> ignore files with txt extension [ksh stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
toysh | 1 basic star case -> ignore files with txt extension [toysh stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
sush | 1 basic star case -> ignore files with txt extension [sush stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
brush | 1 basic star case -> ignore files with txt extension [brush stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
osh | 1 basic star case -> ignore files with txt extension [osh stdout] Expected 'basic.md\n', got 'basic.md basic.txt\n' stdout: basic.md basic.txtstderr: |
dash | 2 basic question mark case -> ignore txt files with one char filename [dash stdout] Expected '10.txt\n', got '{1.txt,10.txt}\n' stdout: {1.txt,10.txt}stderr: |
ash | 2 basic question mark case -> ignore txt files with one char filename [ash stdout] Expected '10.txt\n', got '{1.txt,10.txt}\n' stdout: {1.txt,10.txt}stderr: |
zsh | 2 basic question mark case -> ignore txt files with one char filename [zsh stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
mksh | 2 basic question mark case -> ignore txt files with one char filename [mksh stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
ksh | 2 basic question mark case -> ignore txt files with one char filename [ksh stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
toysh | 2 basic question mark case -> ignore txt files with one char filename [toysh stdout] Expected '10.txt\n', got '10.txt 1.txt\n' stdout: 10.txt 1.txtstderr: |
sush | 2 basic question mark case -> ignore txt files with one char filename [sush stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
brush | 2 basic question mark case -> ignore txt files with one char filename [brush stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
osh | 2 basic question mark case -> ignore txt files with one char filename [osh stdout] Expected '10.txt\n', got '1.txt 10.txt\n' stdout: 1.txt 10.txtstderr: |
dash | 3 multiple patterns -> ignore files with o or h extensions [dash stdout] Expected 'hello hello.c\n', got 'hello*\n' stdout: hello*stderr: |
ash | 3 multiple patterns -> ignore files with o or h extensions [ash stdout] Expected 'hello hello.c\n', got 'hello*\n' stdout: hello*stderr: |
zsh | 3 multiple patterns -> ignore files with o or h extensions [zsh stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
mksh | 3 multiple patterns -> ignore files with o or h extensions [mksh stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
ksh | 3 multiple patterns -> ignore files with o or h extensions [ksh stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
toysh | 3 multiple patterns -> ignore files with o or h extensions [toysh stdout] Expected 'hello hello.c\n', got 'hello.h hello hello.c hello.o\n' stdout: hello.h hello hello.c hello.ostderr: |
sush | 3 multiple patterns -> ignore files with o or h extensions [sush stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
brush | 3 multiple patterns -> ignore files with o or h extensions [brush stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
osh | 3 multiple patterns -> ignore files with o or h extensions [osh stdout] Expected 'hello hello.c\n', got 'hello hello.c hello.h hello.o\n' stdout: hello hello.c hello.h hello.ostderr: |
dash | 4 ignore specific file [dash stdout] Expected 'src/__main__.py\n', got 'src/{__init__.py,__main__.py}\n' stdout: src/{__init__.py,__main__.py}stderr: |
ash | 4 ignore specific file [ash stdout] Expected 'src/__main__.py\n', got 'src/{__init__.py,__main__.py}\n' stdout: src/{__init__.py,__main__.py}stderr: |
zsh | 4 ignore specific file [zsh stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
mksh | 4 ignore specific file [mksh stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
ksh | 4 ignore specific file [ksh stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
toysh | 4 ignore specific file [toysh stdout] Expected 'src/__main__.py\n', got 'src/__main__.py src/__init__.py\n' stdout: src/__main__.py src/__init__.pystderr: |
sush | 4 ignore specific file [sush stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
brush | 4 ignore specific file [brush stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
osh | 4 ignore specific file [osh stdout] Expected 'src/__main__.py\n', got 'src/__init__.py src/__main__.py\n' stdout: src/__init__.py src/__main__.pystderr: |
dash | 5 ignore contents of specific directories [dash stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got '*/*\n' stdout: */*stderr: touch: cannot touch 'src/{a.js,b.js}': No such file or directory touch: cannot touch 'compose/{base.compose.yaml,dev.compose.yaml}': No such file or directory touch: cannot touch 'dist/index.js': No such file or directory touch: cannot touch 'node_modules/package.js': No such file or directory |
ash | 5 ignore contents of specific directories [ash stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got '*/*\n' stdout: */*stderr: touch: cannot touch 'src/{a.js,b.js}': No such file or directory touch: cannot touch 'compose/{base.compose.yaml,dev.compose.yaml}': No such file or directory touch: cannot touch 'dist/index.js': No such file or directory touch: cannot touch 'node_modules/package.js': No such file or directory |
zsh | 5 ignore contents of specific directories [zsh stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
mksh | 5 ignore contents of specific directories [mksh stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
ksh | 5 ignore contents of specific directories [ksh stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
toysh | 5 ignore contents of specific directories [toysh stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'dist/index.js src/b.js src/a.js node_modules/package.js compose/base.compose.yaml compose/dev.compose.yaml\n' stdout: dist/index.js src/b.js src/a.js node_modules/package.js compose/base.compose.yaml compose/dev.compose.yamlstderr: |
sush | 5 ignore contents of specific directories [sush stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
brush | 5 ignore contents of specific directories [brush stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
osh | 5 ignore contents of specific directories [osh stdout] Expected 'compose/base.compose.yaml compose/dev.compose.yaml src/a.js src/b.js\n' Got 'compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.js\n' stdout: compose/base.compose.yaml compose/dev.compose.yaml dist/index.js node_modules/package.js src/a.js src/b.jsstderr: |
dash | 6 find files in subdirectory but not the ignored pattern [dash stdout] Expected 'dir1/a.txt dir2/a.txt\n', got '*/*\n' stdout: */*stderr: touch: cannot touch 'dir1/{a.txt,ignore.txt}': No such file or directory touch: cannot touch 'dir2/{a.txt,ignore.txt}': No such file or directory |
ash | 6 find files in subdirectory but not the ignored pattern [ash stdout] Expected 'dir1/a.txt dir2/a.txt\n', got '*/*\n' stdout: */*stderr: touch: cannot touch 'dir1/{a.txt,ignore.txt}': No such file or directory touch: cannot touch 'dir2/{a.txt,ignore.txt}': No such file or directory |
zsh | 6 find files in subdirectory but not the ignored pattern [zsh stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
mksh | 6 find files in subdirectory but not the ignored pattern [mksh stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
ksh | 6 find files in subdirectory but not the ignored pattern [ksh stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
toysh | 6 find files in subdirectory but not the ignored pattern [toysh stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir2/a.txt dir2/ignore.txt dir1/a.txt dir1/ignore.txt\n' stdout: dir2/a.txt dir2/ignore.txt dir1/a.txt dir1/ignore.txtstderr: |
sush | 6 find files in subdirectory but not the ignored pattern [sush stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
brush | 6 find files in subdirectory but not the ignored pattern [brush stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
osh | 6 find files in subdirectory but not the ignored pattern [osh stdout] Expected 'dir1/a.txt dir2/a.txt\n', got 'dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txt\n' stdout: dir1/a.txt dir1/ignore.txt dir2/a.txt dir2/ignore.txtstderr: |
dash | 7 basic range cases [dash stdout] Expected 'A B C D c d\nD a b c d\na b\n', got '{a,b,c,d,A,B,C,D}\n{a,b,c,d,A,B,C,D}\n{a,b,c,d,A,B,C,D}\n' stdout: {a,b,c,d,A,B,C,D} {a,b,c,d,A,B,C,D} {a,b,c,d,A,B,C,D}stderr: |
ash | 7 basic range cases [ash stdout] Expected 'A B C D c d\nD a b c d\na b\n', got '{a,b,c,d,A,B,C,D}\n{a,b,c,d,A,B,C,D}\n{a,b,c,d,A,B,C,D}\n' stdout: {a,b,c,d,A,B,C,D} {a,b,c,d,A,B,C,D} {a,b,c,d,A,B,C,D}stderr: |
zsh | 7 basic range cases [zsh stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
mksh | 7 basic range cases [mksh stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
ksh | 7 basic range cases [ksh stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
toysh | 7 basic range cases [toysh stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A a D d C c b B\nA a D d C c b B\nA a D d C c b B\n' stdout: A a D d C c b B A a D d C c b B A a D d C c b Bstderr: |
sush | 7 basic range cases [sush stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
brush | 7 basic range cases [brush stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
osh | 7 basic range cases [osh stdout] Expected 'A B C D c d\nD a b c d\na b\n', got 'A B C D a b c d\nA B C D a b c d\nA B C D a b c d\n' stdout: A B C D a b c d A B C D a b c d A B C D a b c dstderr: |
dash | 8 range cases using character classes [dash stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got 'has space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\n' stdout: has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env}stderr: |
ash | 8 range cases using character classes [ash stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got 'has space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\nhas space.docx {_testing.py,pyproject.toml,20231114.log,.env}\n' stdout: has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env} has space.docx {_testing.py,pyproject.toml,20231114.log,.env}stderr: |
zsh | 8 range cases using character classes [zsh stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
mksh | 8 range cases using character classes [mksh stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
ksh | 8 range cases using character classes [ksh stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
toysh | 8 range cases using character classes [toysh stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '_testing.py 20231114.log has space.docx pyproject.toml\n_testing.py 20231114.log has space.docx pyproject.toml\n_testing.py 20231114.log has space.docx pyproject.toml\n_testing.py 20231114.log has space.docx pyproject.toml\n' stdout: _testing.py 20231114.log has space.docx pyproject.toml _testing.py 20231114.log has space.docx pyproject.toml _testing.py 20231114.log has space.docx pyproject.toml _testing.py 20231114.log has space.docx pyproject.tomlstderr: |
sush | 8 range cases using character classes [sush stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
brush | 8 range cases using character classes [brush stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
osh | 8 range cases using character classes [osh stdout] Expected '.env _testing.py\n20231114.log has space.docx pyproject.toml\n.env 20231114.log _testing.py pyproject.toml\nhas space.docx pyproject.toml\n' Got '20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n20231114.log _testing.py has space.docx pyproject.toml\n' stdout: 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.toml 20231114.log _testing.py has space.docx pyproject.tomlstderr: |
dash | 9 ignore everything [dash stdout] Expected '*\n', got '_tmp {1.txt,2.log,3.md}\n' stdout: _tmp {1.txt,2.log,3.md}stderr: |
ash | 9 ignore everything [ash stdout] Expected '*\n', got '_tmp {1.txt,2.log,3.md}\n' stdout: _tmp {1.txt,2.log,3.md}stderr: |
zsh | 9 ignore everything [zsh stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
mksh | 9 ignore everything [mksh stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
ksh | 9 ignore everything [ksh stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
toysh | 9 ignore everything [toysh stdout] Expected '*\n', got '_tmp 1.txt 2.log 3.md\n' stdout: _tmp 1.txt 2.log 3.mdstderr: |
sush | 9 ignore everything [sush stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
brush | 9 ignore everything [brush stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
osh | 9 ignore everything [osh stdout] Expected '*\n', got '1.txt 2.log 3.md _tmp\n' stdout: 1.txt 2.log 3.md _tmpstderr: |
dash | 10 treat escaped patterns literally [dash stdout] Expected 'escape-10.txt\n', got '{escape-10.txt,escape*.txt}\n' stdout: {escape-10.txt,escape*.txt}stderr: |
ash | 10 treat escaped patterns literally [ash stdout] Expected 'escape-10.txt\n', got '{escape-10.txt,escape*.txt}\n' stdout: {escape-10.txt,escape*.txt}stderr: |
zsh | 10 treat escaped patterns literally [zsh stdout] Expected 'escape-10.txt\n', got '' [zsh status] Expected 0, got 1 stdout: stderr: zsh: no matches found: escape*.txt zsh: no matches found: *.* |
mksh | 10 treat escaped patterns literally [mksh stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
ksh | 10 treat escaped patterns literally [ksh stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
toysh | 10 treat escaped patterns literally [toysh stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
sush | 10 treat escaped patterns literally [sush stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
brush | 10 treat escaped patterns literally [brush stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
osh | 10 treat escaped patterns literally [osh stdout] Expected 'escape-10.txt\n', got 'escape*.txt escape-10.txt\n' stdout: escape*.txt escape-10.txtstderr: |
dash | 11 resetting globignore reverts to default behaviour [dash stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
ash | 11 resetting globignore reverts to default behaviour [ash stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
zsh | 11 resetting globignore reverts to default behaviour [zsh stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
mksh | 11 resetting globignore reverts to default behaviour [mksh stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
ksh | 11 resetting globignore reverts to default behaviour [ksh stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
toysh | 11 resetting globignore reverts to default behaviour [toysh stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
sush | 11 resetting globignore reverts to default behaviour [sush stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
brush | 11 resetting globignore reverts to default behaviour [brush stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
osh | 11 resetting globignore reverts to default behaviour [osh stdout] Expected '*.*\nreset.txt\n', got 'reset.txt\nreset.txt\n' stdout: reset.txt reset.txtstderr: |
dash | 12 find dotfiles while ignoring . or .. [dash stdout] Expected '.env\n. .. .env\n', got '. .. .env\n. .. .env\n' stdout: . .. .env . .. .envstderr: dash: 1: shopt: not found |
ash | 12 find dotfiles while ignoring . or .. [ash stdout] Expected '.env\n. .. .env\n', got '. .. .env\n. .. .env\n' stdout: . .. .env . .. .envstderr: ash: shopt: not found |
zsh | 12 find dotfiles while ignoring . or .. [zsh stdout] Expected '.env\n. .. .env\n', got '.env\n.env\n' stdout: .env .envstderr: zsh: command not found: shopt |
mksh | 12 find dotfiles while ignoring . or .. [mksh stdout] Expected '.env\n. .. .env\n', got '.env\n.env\n' stdout: .env .envstderr: mksh: <stdin>[1]: shopt: not found |
ksh | 12 find dotfiles while ignoring . or .. [ksh stdout] Expected '.env\n. .. .env\n', got '.env\n.env\n' stdout: .env .envstderr: E: ksh: <stdin>[1]: shopt: inaccessible or not found |
toysh | 12 find dotfiles while ignoring . or .. [toysh stdout] Expected '.env\n. .. .env\n', got '. .. .env\n. .. .env\n' stdout: . .. .env . .. .envstderr: sh: shopt: No such file or directory |
sush | 12 find dotfiles while ignoring . or .. [sush stdout] Expected '.env\n. .. .env\n', got '. .. .env\n. .. .env\n' stdout: . .. .env . .. .envstderr: |
brush | 12 find dotfiles while ignoring . or .. [brush stdout] Expected '.env\n. .. .env\n', got '.env\n.env\n' stdout: .env .envstderr: shopt: globskipdots: invalid shell option name |
osh | 12 find dotfiles while ignoring . or .. [osh stdout] Expected '.env\n. .. .env\n', got '.env\n.env\n' stdout: .env .envstderr: shopt -u globskipdots ^~~~~ [ stdin ]:1: 'shopt' got invalid option 'globskipdots' |
dash | 13 different styles [dash stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
ash | 13 different styles [ash stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
zsh | 13 different styles [zsh stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
mksh | 13 different styles [mksh stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
ksh | 13 different styles [ksh stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
toysh | 13 different styles [toysh stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
sush | 13 different styles [sush stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
brush | 13 different styles [brush stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |
osh | 13 different styles [osh stdout] Expected '*\n*\n*\n*\n', got '_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n_tmp image.jpeg\n' stdout: _tmp image.jpeg _tmp image.jpeg _tmp image.jpeg _tmp image.jpegstderr: |