Subject: CVS commit: src/regress/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 03/26/2006 16:19:04
Module Name: src
Committed By: jmmv
Date: Sun Mar 26 16:19:04 UTC 2006
Modified Files:
src/regress/sys/fs/tmpfs: t_mount
Log Message:
Decrement the size value passed to test-mount by one unit so that it fits
in a 64-bit signed integer (thus ensuring that mount_tmpfs handles these
correctly).
Also check that the previous (big) value fails.
This makes this test behave correctly on all platforms (not only 64-bit
ones) after the fix commited to mount_tmpfs.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/regress/sys/fs/tmpfs/t_mount
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.