From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Wed, 25 Aug 2021 15:29:25 +0800 Subject: [LTP] [PATCH 1/1] doc: TST_MNTPOINT should be full path In-Reply-To: <20210825071420.5751-1-pvorel@suse.cz> References: <20210825071420.5751-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Wed, Aug 25, 2021 at 09:14:20AM +0200, Petr Vorel wrote: > Document changed behavior in 205a43dfb ("Make argument to tst_umount an > absolute path"). > > Signed-off-by: Petr Vorel > --- > doc/shell-test-api.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Leo Yu-Chi Liang