This patch fixes a bash specific comparison in checkforlibcap.sh script.

Regards.

Elder.

Signed-Off-By: Elder Costa <[EMAIL PROTECTED]>
diff -ur ltp-cvs-081027a.ORIG/testcases/kernel/security/filecaps/checkforlibcap.sh ltp-cvs-081027a/testcases/kernel/security/filecaps/checkforlibcap.sh
--- ltp-cvs-081027a.ORIG/testcases/kernel/security/filecaps/checkforlibcap.sh	2008-10-21 08:06:47.000000000 -0200
+++ ltp-cvs-081027a/testcases/kernel/security/filecaps/checkforlibcap.sh	2008-10-27 08:02:28.000000000 -0200
@@ -23,7 +23,7 @@
 	export CC=gcc
 fi
 yesno=0
-if [ "$1" == "yesno" ]; then
+if [ "$1" = "yesno" ]; then
 	yesno=1
 fi
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to