More VM tests.
[pintos-anon] / grading / vm / mmap-exit.c
index 87c256503dcb4ef379c6f38b9299da121d98cb01..f49d78eef9f3f604a25893919676963bc183790b 100644 (file)
@@ -44,7 +44,7 @@ main (void)
     }
 
   read (fd, buf, strlen (sample));
-  if (memcmp (ACTUAL, sample, strlen (sample)))
+  if (memcmp (buf, sample, strlen (sample)))
     {
       printf ("(mmap-exit) read of mmap-written file reported bad data\n");
       return 1;