index
:
school/comp-325.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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 ] }