From: Rishi k. K R. <ris...@li...> - 2010-03-10 13:04:44
|
The branch, next, has been updated via 737694964966bcf7a807b335d51923ee9c9c27a5 (commit) from ce944320bea9e3d7044a36c64ef2e1719312370d (commit) - Log ----------------------------------------------------------------- commit 737694964966bcf7a807b335d51923ee9c9c27a5 Author: Rishikesh K Rajak <ris...@li...> Date: Wed Mar 10 18:32:35 2010 +0530 To run filecap test, checkforlibcap.sh file is required to be there in /opt/ltp/testcases/bin Otherwise you will get this error when you run filecap test. >>>> /opt/ltp/testcases/bin/filecapstest.sh: line 22: checkforlibcap.sh: command not found <<<< Signed-off-by: Rishikesh K Rajak <ris...@li...> ----------------------------------------------------------------------- Summary of changes: testcases/kernel/security/filecaps/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/security/filecaps/Makefile b/testcases/kernel/security/filecaps/Makefile index acad441..d6efeee 100644 --- a/testcases/kernel/security/filecaps/Makefile +++ b/testcases/kernel/security/filecaps/Makefile @@ -22,7 +22,7 @@ top_srcdir ?= ../../../.. include $(top_srcdir)/include/mk/testcases.mk -INSTALL_TARGETS := filecapstest.sh +INSTALL_TARGETS := *.sh CPPFLAGS += -D_GNU_SOURCE DEBUG_CPPFLAGS += -DDEBUG=1 hooks/post-receive -- ltp |