diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-07-29 21:09:30 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-07-29 21:09:30 -0400 |
commit | 758bb619e8631be1773cbecb4226580c83a41651 (patch) | |
tree | e3579bc9c916dcdbfa15a8b6c435e4793f16e593 /tests/test_okdir_plus_semicolon.out | |
parent | 803edcab57b8d90897f9bc96affe8b4fb0ba468a (diff) | |
download | bfs-758bb619e8631be1773cbecb4226580c83a41651.tar.xz |
exec: Fix more corner cases with -ok ... +
-ok should look for a ; even if it sees {} +, according to POSIX.
Diffstat (limited to 'tests/test_okdir_plus_semicolon.out')
-rw-r--r-- | tests/test_okdir_plus_semicolon.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test_okdir_plus_semicolon.out b/tests/test_okdir_plus_semicolon.out new file mode 100644 index 0000000..1909d27 --- /dev/null +++ b/tests/test_okdir_plus_semicolon.out @@ -0,0 +1,19 @@ +./a + +./b + +./bar + +./bar + +./basic + +./baz + +./c + +./d + +./e + +./f + +./foo + +./foo + +./foo + +./g + +./h + +./i + +./j + +./k + +./l + |