diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:28:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:28:28 +0000 |
commit | 43d3000d71cbd653411373ed87df80ca6c9f228f (patch) | |
tree | 2bb2d326ca8a951f339a7a674637255ff71c1289 /debian/tests/t/dash-Dm.t | |
parent | Adding upstream version 4.9.0. (diff) | |
download | screen-43d3000d71cbd653411373ed87df80ca6c9f228f.tar.xz screen-43d3000d71cbd653411373ed87df80ca6c9f228f.zip |
Adding debian version 4.9.0-4.debian/4.9.0-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/t/dash-Dm.t')
-rwxr-xr-x | debian/tests/t/dash-Dm.t | 20 |
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 |