Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/regress/sys/fs/tmpfs
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.
Home |
Main Index |
Thread Index |
Old Index