From 1d1b5c2a2854ce0385a89401c504711270c6f7a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:30:44 +0200 Subject: Adding debian version 4.9.1-1. Signed-off-by: Daniel Baumann --- debian/tests/t/command.t | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 debian/tests/t/command.t (limited to 'debian/tests/t/command.t') diff --git a/debian/tests/t/command.t b/debian/tests/t/command.t new file mode 100755 index 0000000..c59bafb --- /dev/null +++ b/debian/tests/t/command.t @@ -0,0 +1,17 @@ +#!/bin/sh + +echo 1..4 + +. `dirname $0`/boilerplate.sh + +$SCREEN -D -m -s /bin/true sleep 2 & +check_exit_code_true Create session + +sleep 1 + +session_exists_2_tests + +sleep 2 + +has_session_with_testname +check_exit_code_false Session is gone -- cgit v1.2.3