Whamcloud - gitweb
LU-17038 tests: remove mlink utility 51/52051/4
authorTimothy Day <timday@amazon.com>
Wed, 23 Aug 2023 02:52:32 +0000 (02:52 +0000)
committerOleg Drokin <green@whamcloud.com>
Thu, 31 Aug 2023 06:41:29 +0000 (06:41 +0000)
commit57a671d991f213c73c1382c26503ad474916db90
tree049ebe2577c2ad3cab1306792ae413fa4a75b432
parenta0d8023d07b114af0f325997fa2786ca53c92013
LU-17038 tests: remove mlink utility

The mlink utility is nearly identical to the link utility
provided by coreutils. They only differ by some GNU
boilerplate. All tests using mlink are replaced with link.
Luckily, mlink is only used in a few places.

Used the following command:

 `git grep -i mlink | grep -i -v symlink`

to track down all uses of mlink.

Test-Parameters: trivial testlist=recovery-small
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I197235572d2cb267ee68930c64058e4f5ffe5be1
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52051
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/.gitignore
lustre/tests/Makefile.am
lustre/tests/mlink.c [deleted file]
lustre/tests/recovery-small.sh
lustre/tests/sanity.sh