func TestQl(t *testing.T) { debug = testing.Verbose() for i, r := range runs { runs[i].Line = "ql -c '" + r.Line + "'" } test.InstallCmd(t) test.Cmds(t, runs) }
func TestLf(t *testing.T) { debug = testing.Verbose() test.InstallCmd(t) test.Cmds(t, runs) }