projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d548a7
)
tests: let's stick to 8ch indenting, in perl code too
author
Lennart Poettering
<lennart@poettering.net>
Fri, 19 Aug 2016 14:01:17 +0000
(16:01 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 19 Aug 2016 14:01:17 +0000
(16:01 +0200)
test/udev-test.pl
patch
|
blob
|
history
diff --git
a/test/udev-test.pl
b/test/udev-test.pl
index 129af854f1feb7f1915aa5a43ff8eef7280bc4e1..9723386b233de99527ebd22c36ccddeb77c737de 100755
(executable)
--- a/
test/udev-test.pl
+++ b/
test/udev-test.pl
@@
-37,7
+37,7
@@
my $EXIT_TEST_SKIP = 77;
my $rules_10k_tags = "";
for (my $i = 1; $i <= 10000; ++$i) {
- $rules_10k_tags .= 'KERNEL=="sda", TAG+="test' . $i . "\"\n";
+
$rules_10k_tags .= 'KERNEL=="sda", TAG+="test' . $i . "\"\n";
}
my @tests = (
@@
-1596,6
+1596,6
@@
system("umount", "$udev_tmpfs");
rmdir($udev_tmpfs);
if ($error > 0) {
- exit(1);
+
exit(1);
}
exit(0);