Closed Wolfthuk closed 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
/Users/agoomany/TRAVAIL/42ShellTester/tmp
^PWD:/:PWD@@@$
TOKEN201612111732
STDERR: FAILURE expected_to be_empty 01: 42sh: ./read_on_stdin): command not found
Résolu
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_regexTOKEN201612111732
01: TOKEN201612111732STDERR: FAILURE expected_to be_empty 01: 42sh: ./read_on_stdin): command not found