diff options
Diffstat (limited to 'shell/hush_test/hush-misc/exec.right')
-rw-r--r-- | shell/hush_test/hush-misc/exec.right | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/exec.right b/shell/hush_test/hush-misc/exec.right new file mode 100644 index 0000000..a0de608 --- /dev/null +++ b/shell/hush_test/hush-misc/exec.right @@ -0,0 +1,6 @@ +pass fd out open +pass fd out dup +pass fd out close +pass fd in open +pass fd in dup +pass fd in close |