Index: user/ngie/add-pjdfstest/etc/mtree/BSD.tests.dist =================================================================== --- user/ngie/add-pjdfstest/etc/mtree/BSD.tests.dist (revision 271378) +++ user/ngie/add-pjdfstest/etc/mtree/BSD.tests.dist (revision 271379) @@ -1,290 +1,324 @@ # $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # /set type=dir uname=root gname=wheel mode=0755 . include atf-c .. atf-c++ .. .. share atf .. doc atf .. + pjdfstest + .. .. .. tests bin chown .. date .. mv .. pax .. pkill .. sh builtins .. errors .. execution .. expansion .. parameters .. parser .. set-e .. .. test .. .. cddl lib .. sbin .. usr.bin .. usr.sbin .. .. etc .. games .. gnu lib .. usr.bin .. .. lib atf libatf-c detail .. .. libatf-c++ detail .. .. test-programs .. .. libcrypt .. libmp .. libnv .. libutil .. .. libexec atf atf-check .. atf-sh .. .. rtld-elf .. .. sbin dhclient .. devd .. growfs .. mdconfig .. .. secure lib .. libexec .. usr.bin .. usr.sbin .. .. share examples tests atf .. plain .. .. .. .. sys kern .. netinet + .. + pjdfstest + chflags + .. + chmod + .. + chown + .. + ftruncate + .. + granular + .. + link + .. + mkdir + .. + mkfifo + .. + mknod + .. + open + .. + rename + .. + rmdir + .. + symlink + .. + truncate + .. + unlink + .. .. .. usr.bin apply .. bmake archives fmt_44bsd .. fmt_44bsd_mod .. fmt_oldbsd .. .. basic t0 .. t1 .. t2 .. t3 .. .. execution ellipsis .. empty .. joberr .. plus .. .. shell builtin .. meta .. path .. path_select .. replace .. select .. .. suffixes basic .. src_wild1 .. src_wild2 .. .. syntax directive-t0 .. enl .. funny-targets .. semi .. .. sysmk t0 2 1 .. .. mk .. .. t1 2 1 .. .. mk .. .. t2 2 1 .. .. mk .. .. .. variables modifier_M .. modifier_t .. opt_V .. t0 .. .. .. calendar .. comm .. file2c .. join .. jot .. lastcomm .. m4 .. ncal .. printf .. sed regress.multitest.out .. .. tr .. truncate .. units .. uudecode .. uuencode .. xargs .. yacc yacc .. .. .. usr.sbin etcupdate .. newsyslog .. sa .. .. .. .. Index: user/ngie/add-pjdfstest/share/doc/Makefile =================================================================== --- user/ngie/add-pjdfstest/share/doc/Makefile (revision 271378) +++ user/ngie/add-pjdfstest/share/doc/Makefile (revision 271379) @@ -1,33 +1,35 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ .include SUBDIR= ${_IPv6} \ ${_atf} \ legal \ ${_llvm} \ + ${_pjdfstest} \ ${_roffdocs} .if ${MK_TESTS} != "no" _atf= atf +_pjdfstest= pjdfstest .endif .if ${MK_CLANG} != "no" _llvm= llvm .endif .if ${MK_INET6} != "no" _IPv6= IPv6 .endif # FIXME this is not a real solution ... .if ${MK_GROFF} != "no" _roffdocs= papers psd smm usd .endif # Default output format for troff documents is ascii. # To generate postscript versions of troff documents, use: # make PRINTERDEVICE=ps .include Index: user/ngie/add-pjdfstest/share/doc/pjdfstest/Makefile =================================================================== --- user/ngie/add-pjdfstest/share/doc/pjdfstest/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/share/doc/pjdfstest/Makefile (revision 271379) @@ -0,0 +1,8 @@ +.PATH: ${.CURDIR:H:H:H}/contrib/pjdfstest + +FILESDIR= ${SHAREDIR}/doc/pjdfstest + +FILES= LICENSE +FILES+= README + +.include Property changes on: user/ngie/add-pjdfstest/share/doc/pjdfstest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/Makefile (revision 271378) +++ user/ngie/add-pjdfstest/tests/sys/Makefile (revision 271379) @@ -1,13 +1,15 @@ # $FreeBSD$ .include .PATH: ${.CURDIR}/.. TESTS_SUBDIRS+= kern TESTS_SUBDIRS+= netinet TESTSDIR= ${TESTSBASE}/sys +SUBDIR+= pjdfstest + KYUAFILE= yes .include Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/Makefile (revision 271379) @@ -0,0 +1,6 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest + +SUBDIR+= pjdfstest +SUBDIR+= tests + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile (revision 271379) @@ -0,0 +1,15 @@ +TOP= ${.CURDIR:H:H:H:H} + +.PATH: ${TOP}/contrib/pjdfstest + +BINDIR= ${TESTSBASE}/sys/pjdfstest +PROG= pjdfstest +MAN= + +CFLAGS= -D__OS_FreeBSD__ -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_FCHFLAGS +CFLAGS+= -DHAS_CHFLAGSAT -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -DHAS_BINDAT +CFLAGS+= -DHAS_CONNECTAT + +WARNS?= 6 + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/pjdfstest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile (revision 271379) @@ -0,0 +1,28 @@ +.PATH: ${.CURDIR:H:H:H:H}/contrib/pjdfstest/tests + +TESTSDIR= ${TESTSBASE}/sys/pjdfstest + +SCRIPTSDIR= ${TESTSDIR} +SCRIPTS= conf +SCRIPTS+= misc.sh +SCRIPTSNAME_misc.sh= misc.sh + +KYUAFILE= no + +SUBDIR+= chflags +SUBDIR+= chmod +SUBDIR+= chown +SUBDIR+= ftruncate +SUBDIR+= granular +SUBDIR+= link +SUBDIR+= mkdir +SUBDIR+= mkfifo +SUBDIR+= mknod +SUBDIR+= open +SUBDIR+= rename +SUBDIR+= rmdir +SUBDIR+= symlink +SUBDIR+= truncate +SUBDIR+= unlink + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chflags/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chflags/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chflags/Makefile (revision 271379) @@ -0,0 +1,22 @@ +.PATH: + +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/chflags + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chflags/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chmod/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chmod/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chmod/Makefile (revision 271379) @@ -0,0 +1,19 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/chmod + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chmod/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chown/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chown/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chown/Makefile (revision 271379) @@ -0,0 +1,17 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/chown + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/chown/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/conf =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/conf (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/conf (revision 271379) @@ -0,0 +1,5 @@ +#!/bin/sh + +GREP=grep +mountpoint=$(df . | tail -1 | awk '{print $6}') +fs=$(mount -p | awk '$2 == "'$mountpoint'" { print toupper($3) }') Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/ftruncate/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/ftruncate/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/ftruncate/Makefile (revision 271379) @@ -0,0 +1,21 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/chown + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/ftruncate/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/granular/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/granular/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/granular/Makefile (revision 271379) @@ -0,0 +1,12 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/granular + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/granular/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/link/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/link/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/link/Makefile (revision 271379) @@ -0,0 +1,24 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/link + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t +SCRIPTS+= 15.t +SCRIPTS+= 16.t +SCRIPTS+= 17.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/link/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkdir/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkdir/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkdir/Makefile (revision 271379) @@ -0,0 +1,19 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/mkdir + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkdir/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkfifo/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkfifo/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkfifo/Makefile (revision 271379) @@ -0,0 +1,19 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/mkfifo + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mkfifo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mknod/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mknod/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mknod/Makefile (revision 271379) @@ -0,0 +1,18 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/mknod + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/mknod/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/open/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/open/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/open/Makefile (revision 271379) @@ -0,0 +1,31 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/open + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t +SCRIPTS+= 15.t +SCRIPTS+= 16.t +SCRIPTS+= 17.t +SCRIPTS+= 18.t +SCRIPTS+= 19.t +SCRIPTS+= 20.t +SCRIPTS+= 21.t +SCRIPTS+= 22.t +SCRIPTS+= 23.t +SCRIPTS+= 24.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/open/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rename/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rename/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rename/Makefile (revision 271379) @@ -0,0 +1,28 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/rename + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t +SCRIPTS+= 15.t +SCRIPTS+= 16.t +SCRIPTS+= 17.t +SCRIPTS+= 18.t +SCRIPTS+= 19.t +SCRIPTS+= 20.t +SCRIPTS+= 21.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rename/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rmdir/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rmdir/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rmdir/Makefile (revision 271379) @@ -0,0 +1,22 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/rmdir + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t +SCRIPTS+= 15.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/rmdir/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/symlink/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/symlink/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/symlink/Makefile (revision 271379) @@ -0,0 +1,19 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/symlink + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/symlink/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/truncate/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/truncate/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/truncate/Makefile (revision 271379) @@ -0,0 +1,21 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/truncate + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t +SCRIPTS+= 14.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/truncate/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/unlink/Makefile =================================================================== --- user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/unlink/Makefile (nonexistent) +++ user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/unlink/Makefile (revision 271379) @@ -0,0 +1,20 @@ +TESTSDIR= ${TESTSBASE}/sys/pjdfstest/chflags + +SCRIPTSDIR= ${TESTSDIR} + +SCRIPTS+= 00.t +SCRIPTS+= 01.t +SCRIPTS+= 02.t +SCRIPTS+= 03.t +SCRIPTS+= 04.t +SCRIPTS+= 05.t +SCRIPTS+= 06.t +SCRIPTS+= 07.t +SCRIPTS+= 08.t +SCRIPTS+= 09.t +SCRIPTS+= 10.t +SCRIPTS+= 11.t +SCRIPTS+= 12.t +SCRIPTS+= 13.t + +.include Property changes on: user/ngie/add-pjdfstest/tests/sys/pjdfstest/tests/unlink/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property