From 695ad2c6d0b157d2969c9b946d9e3765113a61e7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:38:06 +0200 Subject: Adding upstream version 2.8.1. Signed-off-by: Daniel Baumann --- tests/test_shells/bgscript.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/test_shells/bgscript.sh (limited to 'tests/test_shells/bgscript.sh') diff --git a/tests/test_shells/bgscript.sh b/tests/test_shells/bgscript.sh new file mode 100755 index 0000000..71886e6 --- /dev/null +++ b/tests/test_shells/bgscript.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo $$ > pid +while true ; do + sleep 0.1s +done -- cgit v1.2.3