func interruptSession(session *cmdtest.Session) {
	session.Cmd.Process.Signal(os.Interrupt)
	session.Wait(time.Second)
}