projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134a415
)
test/udev-test.pl: remove bogus rules from magic subsys test
author
Martin Wilck
<mwilck@suse.com>
Tue, 24 Apr 2018 16:16:59 +0000
(18:16 +0200)
committer
The Plumber
<50238977+systemd-rhel-bot@users.noreply.github.com>
Mon, 25 Jan 2021 14:05:18 +0000
(15:05 +0100)
These rules have survived from an ancient version of the code
and save no purpose any more.
(cherry picked from commit
86634df43b715f3f77c7de73a3ef6566e5cdf571
)
Related: #
1642728
test/udev-test.pl
patch
|
blob
|
history
diff --git
a/test/udev-test.pl
b/test/udev-test.pl
index 7465b5859ede6644a3f244888101bffdb11483a0..6928439d14254822dd0ee2c2fb5d3f18e2ae22d4 100755
(executable)
--- a/
test/udev-test.pl
+++ b/
test/udev-test.pl
@@
-2017,8
+2017,6
@@
EOF
exp_perms => "0:0:0600",
}],
rules => <<EOF
-KERNEL=="sda", PROGRAM="/bin/true create-envp"
-KERNEL=="sda", ENV{TESTENV}="change-envp"
KERNEL=="sda", SYMLINK+="%k-%s{[dmi/id]product_name}-end"
EOF
},