From 6b5c0e72e1f7ac4bc4c305e6db0a8f8e9fb458f6 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 01 2012 21:17:25 +0000 Subject: made test more quiet --- diff --git a/tests/p_attr/attr_check_installed.sh b/tests/p_attr/attr_check_installed.sh index 9b00b43..e27b007 100755 --- a/tests/p_attr/attr_check_installed.sh +++ b/tests/p_attr/attr_check_installed.sh @@ -14,7 +14,7 @@ mkdir /mnt/attr_test mount -t ext3 -o loop,user_xattr /tmp/attrtest.img /mnt/attr_test touch /mnt/attr_test/testfile setfattr -n user.test /mnt/attr_test/testfile -getfattr /mnt/attr_test/testfile | grep -o "user.test" +getfattr /mnt/attr_test/testfile | grep -oq "user.test" t_CheckExitStatus $?