summaryrefslogtreecommitdiff
path: root/test/udev-test.pl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-08-19 12:13:44 -0400
committerGitHub <noreply@github.com>2016-08-19 12:13:44 -0400
commit906e79ebf50576c1a313314d2ba60c204cc6738a (patch)
treef5761361d9491cfc643bd5e967c910e2fe2200a0 /test/udev-test.pl
parent3f94fa378e41327297edd6192e536c62bed31012 (diff)
parentd3fc8bf43f983e9da4ea1a5bb338f49dc5c755ba (diff)
Merge pull request #3997 from poettering/codition-udev-fix
Trivial fixes to udev and condition tests
Diffstat (limited to 'test/udev-test.pl')
-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);