Mona

Results 6 comments of Mona

@metan-ucw please update

Yes. ``` 232 fs_bind_test() 233 { 234 _fs_bind_setup_test 235 236 if type ${FS_BIND_TESTFUNC}1 > /dev/null 2>&1; then 237 "$FS_BIND_TESTFUNC$_tst_i" $1 238 else 239 "$FS_BIND_TESTFUNC" $1 240 fi 241 242 _fs_bind_cleanup_test...

This issue is similar to https://github.com/linux-test-project/ltp/issues/1035 There are 94 testcases, instead of changing the test name in each testcase I have modified the fs_bind_lib.sh file in a way to fix...

@metan-ucw or @pevik can you please take a look?

Hi, Could you please elaborate a little on the issue that you are expecting to be checked? Thanks

Hi, I have the similar testcase written in shell script, also I have few more tescases for autofs - direct mapping which can be written in shell script and can...