summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-03-16 15:49:43 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-03-16 15:49:43 +0100
commit6d67286fc3f4dd4e78aeb3b113d07e0d2dabfe60 (patch)
tree8f147168a524c4bd36a0ad403e917d5efa5e5be5 /test
parentd449d63a0dc222a260a9a39fe5513db1a15d1d56 (diff)
downloadsystemd-6d67286fc3f4dd4e78aeb3b113d07e0d2dabfe60.tar.gz
test: unify indentation
Diffstat (limited to 'test')
-rw-r--r--test/test-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions
index cff0693213..c98f58b278 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))