mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
Use \{...\} in test RE, to test that we're conforming to POSIX.
This commit is contained in:
@@ -92,7 +92,7 @@ test $fail = 1 && diff err experr 2> /dev/null
|
||||
# in 5.3.1.
|
||||
rm -f in out exp err experr xx??
|
||||
printf 'x%8199s\nx\n%8199s\nx\n' x x > in
|
||||
csplit in '/x/' '{*}' > /dev/null || fail=1
|
||||
csplit in '/x\{1\}/' '{*}' > /dev/null || fail=1
|
||||
cat xx?? | cmp - in || fail=1
|
||||
|
||||
(exit $fail); exit $fail
|
||||
|
||||
Reference in New Issue
Block a user