History log of /netbsd-src/tests/fs/tmpfs/t_rename.sh (Results 1 – 6 of 6)
Revision Date Author Comments
# d8f5b04c 28-Apr-2024 rillig <rillig@NetBSD.org>

tests: replace deprecated '-s eq:...' with '-s exit:...'


# decf2b5e 07-Nov-2010 jmmv <jmmv@NetBSD.org>

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deser

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.

show more ...


# 6b84fb92 04-Jun-2010 jmmv <jmmv@NetBSD.org>

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor op

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor optimization in atf-run.

Define use.fs=true for all those tests requiring it. (This highlights that
some tests currently require modifying the file system but conceptually
they shouldn't be... which leaves room for further improvements/cleanups
later :-)

show more ...


# 454557d7 19-Jan-2009 jmmv <jmmv@NetBSD.org>

Adjust tests to work with the new API in ATF 0.6.


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# 9b7401e7 12-Nov-2007 jmmv <jmmv@NetBSD.org>

Convert the regress/sys/fs/tmpfs tests to the atf

This change converts all the existing regression tests in
regress/sys/fs/tmpfs to the new framework provided by atf. As a side
effect, this also mo

Convert the regress/sys/fs/tmpfs tests to the atf

This change converts all the existing regression tests in
regress/sys/fs/tmpfs to the new framework provided by atf. As a side
effect, this also moves all the tests programs in regress/sys/fs/tmpfs to
tests/fs/tmpfs.

show more ...