Whamcloud - gitweb
LU-3872 tests: Fix rpmlint error in lustre/tests/Makefile.am 37/7537/2
authoryjp <n16490@cray.com>
Tue, 3 Sep 2013 16:19:34 +0000 (11:19 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 18 Sep 2013 08:56:20 +0000 (08:56 +0000)
commit20c45bdd46a2055a6672c33187b8fbcc1e298933
tree39f981d9a43f625d297d11b1581df68bb441c994
parent4f79081a4b9afe73de61ab8df619912399d0f786
LU-3872 tests: Fix rpmlint error in lustre/tests/Makefile.am

This patch is to fix the file permission of the file,
lustre/tests/clientapi/simple_test.c, in lustre/tests/Makefile.am,
which caused the rpmilnt check to fail with error:
"E: spurious-executable-perm (Badness: 50)".

The Makefile.am has simple_test.c as scripts (nobase_noinst_SCRIPTS),
so it is executable. It should be "data" (nobase_noinst_DATA) which
is installed 644.

Signed-off-by: Young Jong Pao <n16490@cray.com>
Change-Id: I83d692bccf8feba48b281a34636f6fd8ec2297f6
Reviewed-on: http://review.whamcloud.com/7537
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bobbie Lind <bobbie.j.lind@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/tests/Makefile.am