Date: Tue, 05 Jan 2021 19:48:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252446] egrep bug with trailing backslash (\) Message-ID: <bug-252446-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252446 Bug ID: 252446 Summary: egrep bug with trailing backslash (\) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: fernando.valle@eldorado.org.br Running the test: /usr/tests/usr.bin/du/du_test:H_flag the following failur= e is occurring: stderr: egrep: trailing backslash (\) The expression that fails the test is: egrep -q "[0-9]+\t$(echo $paths1 | tr ' ' "$sep")\n" du.out I did the test on amd64 and powerpc64(main-c255460-g282381aa5), in both the same error occurs. It seems that grep is currently experiencing some problem with a trailing backslash. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252446-227>