summaryrefslogtreecommitdiffstats
path: root/debian/tests/t/dash-Dm.t
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/t/dash-Dm.t')
-rwxr-xr-xdebian/tests/t/dash-Dm.t20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/tests/t/dash-Dm.t b/debian/tests/t/dash-Dm.t
new file mode 100755
index 0000000..1f2b391
--- /dev/null
+++ b/debian/tests/t/dash-Dm.t
@@ -0,0 +1,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