diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-01-14 00:06:12 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-01-14 00:11:07 +0000 |
commit | 75f63f0640c8183ec5cd2050aa4a53cb949c75df (patch) | |
tree | aa44724737606d3655641c9278b001903007d2eb /test/test-functions | |
parent | 0aaa263f1651cab2ae1a02ae64cbf523b21fb6e1 (diff) | |
download | systemd-75f63f0640c8183ec5cd2050aa4a53cb949c75df.tar.gz systemd-75f63f0640c8183ec5cd2050aa4a53cb949c75df.tar.bz2 systemd-75f63f0640c8183ec5cd2050aa4a53cb949c75df.zip |
README, tests: remove /etc/mtab
This is a followup for 1d40ddb
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-functions b/test/test-functions index 9288200717..cf8755acd4 100644 --- a/test/test-functions +++ b/test/test-functions @@ -117,8 +117,6 @@ setup_basic_environment() { strip_binaries install_depmod_files generate_module_dependencies - # softlink mtab - ln -fs /proc/self/mounts $initdir/etc/mtab } install_dmevent() { |