#!/usr/bin/env bats source bashtop @test "im a toy" { result=$(echo hello) [ "$result" = "hello" ] }