Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / write-normal.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (write-normal) begin
7 (write-normal) create "test.txt"
8 (write-normal) open "test.txt"
9 (write-normal) end
10 write-normal: exit(0)
11 EOF