File: test_no_ablo_espanol

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 (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
test_no_ablo_espanol() {
  assert_fail ../hola_mundo
}

test_should_tell_no_ablo_espanol() {
  assert_equals "No ablo espanol" "$(../hola_mundo 2>&1)"
}