Hi, The following patch named
[PATCH 3/6] Integrate the File System Permissions Tests in to Default LTP run http://article.gmane.org/gmane.linux.ltp/6875 Added fs_perm test case to the default run, but it failed to execute properly, ... bin/fs_perms_simpletest.sh: line 1: ./fs_perms: No such file or directory bin/fs_perms_simpletest.sh: line 2: ./fs_perms: No such file or directory bin/fs_perms_simpletest.sh: line 3: ./fs_perms: No such file or directory ... The following patch fixes it by installing a needed binary. Signed-off-by: CAI Qian <[email protected]> --- testcases/kernel/fs/fs_perms/Makefile.orig 2008-12-23 14:35:28.000000000 +0800 +++ testcases/kernel/fs/fs_perms/Makefile 2009-03-18 13:51:56.000000000 +0800 @@ -3,7 +3,7 @@ LDLIBS += -lltp LDFLAGS += -L../../../../lib -TARGETS = fs_perms +TARGETS = fs_perms testx all: fs_perms testx ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
