From: Wolfgang Bumiller Date: Fri, 10 Nov 2017 10:29:52 +0000 (+0100) Subject: tests: remove acquire-lock newline termination X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=3feb2c7661a89eff79d5eac07c157ed1ee744f86 tests: remove acquire-lock newline termination Not needed anymore. Signed-off-by: Wolfgang Bumiller --- diff --git a/test/lock_file.pl b/test/lock_file.pl index d3a60d6..6d151ce 100755 --- a/test/lock_file.pl +++ b/test/lock_file.pl @@ -159,4 +159,3 @@ sub forktest1($) { } forktest1(0); forktest1(1); -print "Ok\n"; # Line-terminate the 'trying to acquire lock' message(s)