Working on ASST2 targets.
This commit is contained in:
11
test161/tests/syscalls/redirect.t
Normal file
11
test161/tests/syscalls/redirect.t
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: "Redirect Test"
|
||||
description: >
|
||||
Tests sys_dup2. Opens a file handle, then forks a new process which
|
||||
manipulates the file table.
|
||||
tags: [syscalls,filesyscalls]
|
||||
depends: [/asst2/process/forktest.t]
|
||||
sys161:
|
||||
ram: 512K
|
||||
---
|
||||
p /testbin/redirect
|
Reference in New Issue
Block a user