summaryrefslogtreecommitdiff
path: root/test/problem-6.bats
blob: 77d64f5b4a55d6c916bb9481b8903aaa5d4cd8a3 (plain)
1
2
3
4
5
6
#!/usr/bin/env bats

@test "testing" {
  result="$(echo 2+2 | bc)"
  [ "$result" -eq 4 ]
}