Add more tests.
[pintos-anon] / grading / userprog / join-twice.exp
diff --git a/grading/userprog/join-twice.exp b/grading/userprog/join-twice.exp
new file mode 100644 (file)
index 0000000..71f6223
--- /dev/null
@@ -0,0 +1,6 @@
+(join-twice) begin
+(child-twice) run
+child-twice: exit(81)
+(join-twice) join(exec()) = 81
+(join-twice) end
+join-twice: exit(0)