]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use ~/.bashrc instead of /etc/bash.bashrc 22323/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 31 Jan 2022 16:11:06 +0000 (17:11 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 31 Jan 2022 16:47:01 +0000 (17:47 +0100)
commit1f450a680f6058dfc94498820701be727d594b95
tree293c64b5f1d98492fdcba54ba492403ded879c23
parentdb357e9a89a302649afa3b6dcaefdb158c0a9169
test: use ~/.bashrc instead of /etc/bash.bashrc

/etc/bash.bashrc appears to be Debian-specific[0] (or specific to bash
versions compiled with -DSYS_BASHRC), which doesn't seem to be the case
for C8S. Let's use ~/.bashrc instead to make the CIs happy again.

[0] https://sources.debian.org/src/bash/5.1-6/debian/README/#L50-L56
test/TEST-69-SHUTDOWN/test.sh