From: Frantisek Sumsal Date: Sat, 16 Mar 2019 14:49:43 +0000 (+0100) Subject: test: unify indentation X-Git-Tag: v242-rc1~91^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d67286fc3f4dd4e78aeb3b113d07e0d2dabfe60;p=thirdparty%2Fsystemd.git test: unify indentation --- diff --git a/test/test-functions b/test/test-functions index cff06932139..c98f58b278e 100644 --- a/test/test-functions +++ b/test/test-functions @@ -509,7 +509,7 @@ check_asan_reports() { "dbus-daemon" => undef, ); } - print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}' + print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}' ) if [[ ! -z "$pids" ]]; then ret=$(($ret+1))