rclanget / 42sh

1 stars 0 forks source link

bonuses/tilde-expansion/002-expanded-with-HOME-2 #87

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

bonuses/tilde-expansion/002-expanded-with-HOME-2 (FAILED)

Description: The purpose of this test is to check that the symbol tilde ~ followed by the symbol slash / may be expanded with the environment variable HOME.

Before test: 01: export "HOME=/TOKEN201612111732"

STDIN: 01: ./write_on_stdout ~/TOKEN201612111732_SUBDIRECTORY

STDOUT: FAILURE expected_to_not match_regex ~ FAILURE expected_to match_regex ^/TOKEN201612111732/TOKEN201612111732_SUBDIRECTORY$ 01: ~/TOKEN201612111732_SUBDIRECTORY

STDERR: (no output)