diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-07-29 19:10:03 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-07-29 19:10:03 -0400 |
commit | b5ebe959cca84101795ec29022af5fcbcb94ed78 (patch) | |
tree | 532d2e799f52d14297d60f3f4543aa40e66c84e7 /tests/test_execdir_plus_substring.out | |
parent | 53612664740f3a31d93d2059f7d981da3ba565dc (diff) | |
download | bfs-b5ebe959cca84101795ec29022af5fcbcb94ed78.tar.xz |
exec: Don't allow anything between {} and +
POSIX explicitly forbids this extension:
> Only a <plus-sign> that immediately follows an argument containing
> only the two characters "{}" shall punctuate the end of the primary
> expression. Other uses of the <plus-sign> shall not be treated as
> special.
Diffstat (limited to 'tests/test_execdir_plus_substring.out')
-rw-r--r-- | tests/test_execdir_plus_substring.out | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_execdir_plus_substring.out b/tests/test_execdir_plus_substring.out deleted file mode 100644 index 838fbae..0000000 --- a/tests/test_execdir_plus_substring.out +++ /dev/null @@ -1,11 +0,0 @@ --./bar- a z --./bar- a z --./basic- a z --./baz- a z --./d- a z --./f- a z --./foo- a z --./foo- a z --./foo- a z --./h- a z --./a- -./b- -./c- -./e- -./g- -./i- -./j- -./k- -./l- a z |