rclanget / 42sh

1 stars 0 forks source link

42sh/subshell/mixed/piping/003-imbricated-subshells-and-pipes #72

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

42sh/subshell/mixed/piping/003-imbricated-subshells-and-pipes (FAILED)

Description: The purpose of this test is to check that pipes and subshells run twice together in harmony.

STDIN: 01: ( ( (cd / ; /Users/agoomany/TRAVAIL/42ShellTester/tmp/display_pwd) | ./read_on_stdin) ) | ( ( (./read_on_stdin) ) | ./read_on_stdin ) 02: ./write_on_stdout TOKEN201612111732

STDOUT: SUCCESS expected_to_not match_regex /Users/agoomany/TRAVAIL/42ShellTester/tmp FAILURE expected_to match_regex ^PWD:/:PWD@@@$ SUCCESS expected_to match_regex TOKEN201612111732 01: TOKEN201612111732

STDERR: FAILURE expected_to be_empty 01: 42sh: ./read_on_stdin): command not found

rclanget commented 7 years ago

Résolu