File: test_bonjour_monde

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-- 94 bytes parent folder | download
1
2
3
test_should_print_bonjour_monde() {
  assert_equals "Bonjour monde !" "$(../bonjour_monde)"
}