]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use `useradd` instead of `adduser`
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 30 Jul 2019 12:27:44 +0000 (14:27 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 30 Jul 2019 18:26:25 +0000 (20:26 +0200)
commit2de705cd1c7089e106be75ea094b996dd9e1f856
treefb100e91a563d100e43f38f85f944406af5e53f8
parent4c858c6fd5d588b30d9851bb576520e74b041739
test: use `useradd` instead of `adduser`

`adduser` is in certain cases a standalone package which provides a
better user experience. In other cases it's just a symlink to `useradd`.
And some distributions don't have `adduser` at all, like Arch Linux.
Let's use the `useradd` binary instead, which should provide the same
functionality everywhere.
test/networkd-test.py