rclanget / 42sh

1 stars 0 forks source link

bonuses/tilde-expansion/001-expanded-with-HOME-1 #86

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

bonuses/tilde-expansion/001-expanded-with-HOME-1 (FAILED)

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

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

STDIN: 01: ./write_on_stdout ~

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

STDERR: (no output)