From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael David Tinoco Date: Thu, 15 Nov 2018 22:33:03 -0200 Subject: [LTP] [PATCH v3 1/2] syscalls/fremovexattr: Add fremovexattr() tests In-Reply-To: <20181115163344.GA29013@rei.lan> References: <20181107153855.GA8153@rei> <20181108183320.11262-1-rafael.tinoco@linaro.org> <20181115163344.GA29013@rei.lan> 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 11/15/18 2:33 PM, Cyril Hrubis wrote: > Hi! > Pushed with minor simplification, mainly removing unreachable branches > from the second test, thanks. > Thanks a lot Cyril!