random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / userprog / read-normal.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (read-normal) begin
7 (read-normal) open "sample.txt" for verification
8 (read-normal) verified contents of "sample.txt"
9 (read-normal) close "sample.txt"
10 (read-normal) end
11 read-normal: exit(0)
12 EOF
13 pass;