Add a fifofs test.
This commit is contained in:
parent
013de02143
commit
770e6bc355
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.427 2011/11/24 01:49:39 christos Exp $
|
||||
# $NetBSD: mi,v 1.428 2011/12/21 00:23:30 christos Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -235,10 +235,11 @@
|
|||
./usr/libdata/debug/usr/tests/fs/ffs/t_quota2_remount.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_renamerace.debug tests-obsolete obsolete
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot_log.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot_v2.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot_log.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot_v2.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/fifofs/t_fifo.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/hfs tests-fs-debug
|
||||
./usr/libdata/debug/usr/tests/fs/hfs/t_pathconvert.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/hfs/t_pathconvert.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/kernfs tests-fs-debug
|
||||
./usr/libdata/debug/usr/tests/fs/kernfs/t_basic.debug tests-fs-debug debug,atf
|
||||
./usr/libdata/debug/usr/tests/fs/lfs tests-fs-debug
|
||||
|
@ -1412,19 +1413,20 @@
|
|||
./usr/tests/fs/ffs/rump_quota tests-obsolete obsolete
|
||||
./usr/tests/fs/ffs/rump_quotactl tests-obsolete obsolete
|
||||
./usr/tests/fs/ffs/rump_repquota tests-obsolete obsolete
|
||||
./usr/tests/fs/ffs/t_fifos tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_mount tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_renamerace tests-obsolete obsolete
|
||||
./usr/tests/fs/ffs/t_snapshot tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_snapshot_log tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_snapshot_v2 tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_clearquota tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_fifos tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_getquota tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_miscquota tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_mount tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_quota2_1 tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_quota2_remount tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_quotalimit tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_renamerace tests-obsolete obsolete
|
||||
./usr/tests/fs/ffs/t_setquota tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_miscquota tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_snapshot tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_snapshot_log tests-fs-tests atf
|
||||
./usr/tests/fs/ffs/t_snapshot_v2 tests-fs-tests atf
|
||||
./usr/tests/fs/fifofs/t_fifo tests-fs-tests atf
|
||||
./usr/tests/fs/hfs tests-fs-tests
|
||||
./usr/tests/fs/hfs/Atffile tests-fs-tests atf
|
||||
./usr/tests/fs/hfs/colon.hfs.bz2.uue tests-fs-tests atf
|
||||
|
|
Loading…
Reference in New Issue