File: test_hello_world

package info (click to toggle)
bash-unit 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,304 kB
  • sloc: sh: 1,134; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
test_should_print_hello_world() {
  assert_equals "Hello world!" "$(../hello_world)"
}