diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-28 08:48:09 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-28 08:48:09 +0000 |
| commit | a5b450a49bc66a4d95320117399db1432dab6872 (patch) | |
| tree | 39a39ec551b0e354cb0265a0b8c7f2b5ba521430 /tests/rename/02.t | |
| parent | 9a56205fc912cc30c498cd8ab536eef96373b16f (diff) | |
Pull down pjdfstest 0.1vendor/pjdfstest/0.1vendor/pjdfstest
The summary of changes is as follows..
Generic changes::
- Added configure support [2].
- Check for lchmod filesystem support with create_file(..); for
testcases that require lchmod, skip the testcase -- otherwise
use chmod directly [1].
- Added Travis CI integration [2].
- Added utimensat testcases [1].
Linux support::
- Fixed Linux support to pass on later supported versions of
Fedora/Ubuntu [2].
- Conditionally enable posix_fallocate(2) support [2].
OSX support::
- Fixed compilation on OSX [2].
- Added partial OSX support (the test run isn't fully green yet)
[2].
Obtained from: https://github.com/pjd/pjdfstest/tree/0.1
Submitted by: asomers [1], ngie [2]
Notes
Notes:
svn path=/vendor/pjdfstest/dist/; revision=320447
svn path=/vendor/pjdfstest/0.1/; revision=320449; tag=vendor/pjdfstest/0.1
Diffstat (limited to 'tests/rename/02.t')
| -rw-r--r-- | tests/rename/02.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rename/02.t b/tests/rename/02.t index 23425bada559..b7176f395862 100644 --- a/tests/rename/02.t +++ b/tests/rename/02.t @@ -1,4 +1,5 @@ #!/bin/sh +# vim: filetype=sh noexpandtab ts=8 sw=8 # $FreeBSD: head/tools/regression/pjdfstest/tests/rename/02.t 211352 2010-08-15 21:24:17Z pjd $ desc="rename returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters" |
