mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
selftest: improve misleading indentation in cleanup_child()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
7a3f0cfd65
commit
e06d01647e
@ -326,7 +326,7 @@ sub cleanup_child($$)
|
||||
}
|
||||
elsif ($? & 127) {
|
||||
printf STDERR "%s child process %d, died with signal %d, %s coredump\n",
|
||||
$name, $childpid, ($? & 127), ($? & 128) ? 'with' : 'without';
|
||||
$name, $childpid, ($? & 127), ($? & 128) ? 'with' : 'without';
|
||||
} else {
|
||||
printf STDERR "%s child process %d exited with value %d\n", $name, $childpid, $? >> 8;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user