git-sig/test/test_helper.bash

11 lines
87 B
Bash
Raw Normal View History

2020-11-18 23:23:15 +00:00
#!/bin/bash
setup(){
echo "running setup"
}
teardown(){
echo "running teardown"
}