summaryrefslogtreecommitdiff
path: root/test/test.sh
blob: 1039343111506ce071bbb1e14c2f20b167e24e76 (plain)
1
2
3
4
5
#!/bin/sh

set -e

[ "$(./bin/helloworld)" = "Hello world!" ]