diff options
author | Daniel Mack <github@zonque.org> | 2016-01-14 01:40:27 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-01-14 01:40:27 +0100 |
commit | 8ec46f55e5d615696b013e6325b19af441fdd187 (patch) | |
tree | aa44724737606d3655641c9278b001903007d2eb /test/test-functions | |
parent | 0aaa263f1651cab2ae1a02ae64cbf523b21fb6e1 (diff) | |
parent | 75f63f0640c8183ec5cd2050aa4a53cb949c75df (diff) |
Merge pull request #2317 from evverx/rm-mtab
README, tests: remove /etc/mtab
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() { |