summaryrefslogtreecommitdiffstats
path: root/tests/defaults.test
blob: 33765d61e4b91db992356899c95c8defb96807db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

function test_init
{
	true
}

function test_exit
{
	true
}

function test_run
{
	die "test_run unimplemented"
}
bues.ch cgit interface