2016-03-01 11:44:44 -05:00
|
|
|
---
|
|
|
|
name: "Redirect Test"
|
|
|
|
description: >
|
|
|
|
Tests sys_dup2. Opens a file handle, then forks a new process which
|
|
|
|
manipulates the file table.
|
2016-03-01 13:11:30 -05:00
|
|
|
tags: [sys_dup2,filesyscalls,syscalls]
|
|
|
|
depends: [console,sys_fork]
|
2016-03-01 11:44:44 -05:00
|
|
|
sys161:
|
2016-03-01 13:11:30 -05:00
|
|
|
ram: 1M
|
2016-03-01 11:44:44 -05:00
|
|
|
---
|
|
|
|
p /testbin/redirect
|