Move tests psshfs from fs/puffs to fs/psshfs. The former is going

to be populated by tests which actually test puffs soon.

jmmv ok
This commit is contained in:
pooka 2010-07-06 14:06:21 +00:00
parent 14959b2e66
commit 7f396ca714
9 changed files with 13 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.12 2010/07/05 12:53:58 njoly Exp $
# $NetBSD: Makefile,v 1.13 2010/07/06 14:06:21 pooka Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs
SUBDIR+= ffs kernfs lfs msdosfs nullfs ptyfs puffs tmpfs umapfs union
SUBDIR+= ffs kernfs lfs msdosfs nullfs psshfs ptyfs tmpfs umapfs union
SUBDIR+= vfs
FILES= h_funcs.subr

6
tests/fs/psshfs/Atffile Normal file
View File

@ -0,0 +1,6 @@
Content-Type: application/X-atf-atffile; version="1"
X-NetBSD-Id: "$NetBSD: Atffile,v 1.1 2010/07/06 14:06:22 pooka Exp $"
prop: test-suite = "NetBSD"
tp-glob: t_*

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/12/26 22:33:54 jmmv Exp $
# $NetBSD: Makefile,v 1.1 2010/07/06 14:06:22 pooka Exp $
TESTSDIR= ${TESTSBASE}/fs/puffs

View File

@ -1,4 +1,4 @@
/* $NetBSD: h_have_puffs.c,v 1.2 2008/04/28 20:24:12 martin Exp $ */
/* $NetBSD: h_have_puffs.c,v 1.1 2010/07/06 14:06:22 pooka Exp $ */
/*
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.

View File

@ -1,4 +1,4 @@
# $NetBSD: ssh_config.in,v 1.1 2007/12/26 20:50:07 jmmv Exp $
# $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
# Basic settings.
Port 10000

View File

@ -1,4 +1,4 @@
# $NetBSD: sshd_config.in,v 1.3 2007/12/29 23:07:17 jmmv Exp $
# $NetBSD: sshd_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
# Basic settings.
Port 10000

View File

@ -1,4 +1,4 @@
# $NetBSD: t_psshfs.sh,v 1.7 2010/07/05 16:27:08 jmmv Exp $
# $NetBSD: t_psshfs.sh,v 1.1 2010/07/06 14:06:22 pooka Exp $
#
# Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
# All rights reserved.