summaryrefslogtreecommitdiffstats
path: root/debian/tests/t/dash-Dm.t
blob: 1f2b3913d80e3a191239eb0dba4ccaea73942300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

echo 1..5

. `dirname $0`/boilerplate.sh

$SCREEN -D -m &
check_exit_code_true Create session

sleep 1

session_exists_2_tests

$SCREEN -X quit
check_exit_code_true Quit command sent to session

sleep 1;

has_session_with_testname
check_exit_code_false Session is gone