Add missing -o.

Signed-off-by: Peng Haitao <[email protected]>
---
 testcases/kernel/syscalls/syslog/syslog07 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/syslog/syslog07 
b/testcases/kernel/syscalls/syslog/syslog07
index a477cce..0212efb 100755
--- a/testcases/kernel/syscalls/syslog/syslog07
+++ b/testcases/kernel/syscalls/syslog/syslog07
@@ -116,7 +116,7 @@ syslog_case7()
        notice=$(( $notice_new - $notice_old ))
        info=$(( $info_new - $info_old ))
 
-       if [ $emerg -ne 1 -o $alert -ne 1 -o $crit -ne 1 -o $err -ne 1 \
+       if [ $emerg -ne 1 -o $alert -ne 1 -o $crit -ne 1 -o $err -ne 1 -o \
             $warning -ne 1 -o $notice -ne 1 -o $info -ne 1 -o \
             $info -ne 1 ]; then
                status_flag=1
-- 
1.7.11.2


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to