From: Shuang Qiu <[email protected]>

The '-E' option is obsoleted and is no longer supported by sed in most
Linux distributions.  Use '-r' instead.
---
 .../kernel/syscalls/utimensat/utimensat_tests.sh   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/syscalls/utimensat/utimensat_tests.sh 
b/testcases/kernel/syscalls/utimensat/utimensat_tests.sh
index 6776087..b8eba51 100755
--- a/testcases/kernel/syscalls/utimensat/utimensat_tests.sh
+++ b/testcases/kernel/syscalls/utimensat/utimensat_tests.sh
@@ -260,7 +260,7 @@ fi
 pattern="[[:space:]]*Defaults[[:space:]]*requiretty.*"
 if grep -q "^${pattern}" $sudoers; then
        tst_resm TINFO "Comment requiretty in $sudoers for automated testing 
systems"
-       if ! sed -E -i.$$ -e "s/^($pattern)/#\1/" $sudoers; then
+       if ! sed -r -i.$$ -e "s/^($pattern)/#\1/" $sudoers; then
                tst_resm TBROK "failed to mangle $sudoers properly"
                exit 1
        fi
-- 
1.7.7


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to