"Nirjhar Roy (IBM)" <nirjhar.roy.lists@xxxxxxxxx> writes: > common/rc is already sourced before the test starts running > in _begin_fstest() preamble. Indeed. The patch looks good to me. Feel free to add: Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx> > > Signed-off-by: Nirjhar Roy (IBM) <nirjhar.roy.lists@xxxxxxxxx> > Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> > --- > tests/generic/749 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/generic/749 b/tests/generic/749 > index fc747738..451f283e 100755 > --- a/tests/generic/749 > +++ b/tests/generic/749 > @@ -15,7 +15,6 @@ > # boundary and ensures we get a SIGBUS if we write to data beyond the system > # page size even if the block size is greater than the system page size. > . ./common/preamble > -. ./common/rc > _begin_fstest auto quick prealloc > > # Import common functions. > -- > 2.34.1