os161/test161/tests/asst2/fs/fileonlytest.t
2016-02-29 20:12:09 -05:00

14 lines
421 B
Perl

---
name: "Fileonly Test"
description:
Tests open/close/read/write/lseek system calls. Opens file, writes 512
bytes, skips 512 bytes and writes another 512 bytes(odd steps). Then seeks
back to beginning, and writes the even steps. Then seeks back to the
beginning and verifies that the contents are correct.
tags: [fs]
depends: [console, /asst2/fs/readwritetest.t,]
sys161:
ram: 4M
---
p /testbin/fileonlytest