git-sig/test/test_helper.bash

11 lines
87 B
Bash

#!/bin/bash
setup(){
echo "running setup"
}
teardown(){
echo "running teardown"
}