summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-08-19 16:01:17 +0200
committerLennart Poettering <lennart@poettering.net>2016-08-19 16:01:17 +0200
commitd3fc8bf43f983e9da4ea1a5bb338f49dc5c755ba (patch)
treec4f100ed7db5ac5df9b4decdf13cba7e72d09a02 /test
parent4d548a7d86cc50a6c09c16bda8e03c38d6bc84b9 (diff)
tests: let's stick to 8ch indenting, in perl code too
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 129af854f1..9723386b23 100755
--- 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);