diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-11 14:59:54 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-11 14:59:54 -0500 |
commit | 712b13756a09014ef730c8f9b96da4dc2f09b762 (patch) | |
tree | 79117c04624d79ae4d4d007f95c228377c046fb5 /tests/posix/ok_plus_nothing.sh | |
parent | 5ce883daaafc69f83b01dac5db0647e9662a6e87 (diff) | |
download | bfs-712b13756a09014ef730c8f9b96da4dc2f09b762.tar.xz |
exec: Fix index overflow parsing -exec +
Diffstat (limited to 'tests/posix/ok_plus_nothing.sh')
-rw-r--r-- | tests/posix/ok_plus_nothing.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/posix/ok_plus_nothing.sh b/tests/posix/ok_plus_nothing.sh new file mode 100644 index 0000000..7cb7de5 --- /dev/null +++ b/tests/posix/ok_plus_nothing.sh @@ -0,0 +1,2 @@ +# Regression test: don't look OOB for {} + +fail invoke_bfs basic -ok + |