From c6315365e246fd285df5ae0ced014946b01f7c51 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 13 Sep 2023 22:47:29 +0100 Subject: [PATCH] Comment correction. --- tests/General_-_--pidfile.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/General_-_--pidfile.test b/tests/General_-_--pidfile.test index 71fd752..18b1f14 100755 --- a/tests/General_-_--pidfile.test +++ b/tests/General_-_--pidfile.test @@ -1,6 +1,7 @@ #!/bin/sh # -# Check that process ID can be written to a file as described in the manual. +# Check that the process ID can be written to a file as described in the +# manual. # Dummy assignments for "shellcheck". testSubject="${testSubject:-false}"; workFile1="${workFile1:-.tmp1}"