Skip to content

Commit

Permalink
Remove "mknod" feature
Browse files Browse the repository at this point in the history
This has been replaced by the more fine-grained ftype_* features.

Signed-off-by: Tim Wiederhake <[email protected]>
  • Loading branch information
twied committed Aug 27, 2023
1 parent 755007b commit 5da8ac2
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions tests/misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ supported()
return 1
fi
;;
mknod)
;;
posix_fallocate)
if [ "${os}" != "FreeBSD" ]; then
return 1
Expand Down
1 change: 0 additions & 1 deletion tests/mknod/00.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod

echo "1..35"

Expand Down
2 changes: 0 additions & 2 deletions tests/mknod/01.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ desc="mknod returns ENOTDIR if a component of the path prefix is not a directory
dir=`dirname $0`
. ${dir}/../misc.sh

require mknod

echo "1..27"

n0=`namegen`
Expand Down
2 changes: 0 additions & 2 deletions tests/mknod/02.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ desc="mknod returns ENAMETOOLONG if a component of a pathname exceeded {NAME_MAX
dir=`dirname $0`
. ${dir}/../misc.sh

require mknod

echo "1..12"

nx=`namegen_max`
Expand Down
2 changes: 0 additions & 2 deletions tests/mknod/03.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ desc="mknod returns ENAMETOOLONG if an entire path name exceeded {PATH_MAX} char
dir=`dirname $0`
. ${dir}/../misc.sh

require mknod

echo "1..12"

nx=`dirgen_max`
Expand Down
1 change: 0 additions & 1 deletion tests/mknod/04.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod

echo "1..3"

Expand Down
1 change: 0 additions & 1 deletion tests/mknod/05.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod
require root

echo "1..12"
Expand Down
1 change: 0 additions & 1 deletion tests/mknod/06.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod
require root

echo "1..12"
Expand Down
1 change: 0 additions & 1 deletion tests/mknod/07.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod

echo "1..6"

Expand Down
2 changes: 0 additions & 2 deletions tests/mknod/08.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ desc="mknod returns EEXIST if the named file exists"
dir=`dirname $0`
. ${dir}/../misc.sh

require mknod

echo "1..35"

n0=`namegen`
Expand Down
1 change: 0 additions & 1 deletion tests/mknod/09.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dir=`dirname $0`

require chflags
require ftype_fifo
require mknod

echo "1..30"

Expand Down
1 change: 0 additions & 1 deletion tests/mknod/10.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dir=`dirname $0`
. ${dir}/../misc.sh

require ftype_fifo
require mknod

echo "1..2"

Expand Down
2 changes: 0 additions & 2 deletions tests/mknod/11.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ desc="mknod creates device files"
dir=`dirname $0`
. ${dir}/../misc.sh

require mknod

case "${os}" in
SunOS)
echo "1..40"
Expand Down

0 comments on commit 5da8ac2

Please sign in to comment.