summaryrefslogtreecommitdiff
path: root/tests/tail-2/pid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/pid')
-rwxr-xr-xtests/tail-2/pid2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/pid b/tests/tail-2/pid
index ff2f099ad..9d33e4f2f 100755
--- a/tests/tail-2/pid
+++ b/tests/tail-2/pid
@@ -46,7 +46,7 @@ state=$(get_process_status_ $pid)
if test -n "$state"; then
case $state in
S*) ;;
- *) echo $0: process dead 1>&2; fail=1 ;;
+ *) echo "$0: process dead? (state=$state)" 1>&2; fail=1 ;;
esac
kill $pid
fi