diff options
Diffstat (limited to 'tests/posix/exec_nopath.sh')
-rw-r--r-- | tests/posix/exec_nopath.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/posix/exec_nopath.sh b/tests/posix/exec_nopath.sh new file mode 100644 index 0000000..6e05d2e --- /dev/null +++ b/tests/posix/exec_nopath.sh @@ -0,0 +1,7 @@ +( + unset PATH + invoke_bfs basic -exec echo {} \; >"$OUT" +) + +sort_output +diff_output |