Fixed Savannah bug #11280

This commit is contained in:
James Youngman 2004-12-11 19:30:54 +00:00
parent cbc5f56f71
commit 3dd16e9dc1
6 changed files with 18 additions and 2 deletions

1
THANKS
View File

@ -15,6 +15,7 @@ Steve Revilak
Solar Designer <solar@openwall.com>
John Levon
Geoff Clare
Andreas Metzler
Suggestion for locate's ignore-case code:
Matt Mueller <donut@azstarnet.com>

View File

@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR(gnulib/m4)
dnl Set of available languages.
ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv tr sk"
AM_INIT_AUTOMAKE(findutils, 4.2.10)
AM_INIT_AUTOMAKE(findutils, 4.2.11-CVS)
AC_SUBST(INCLUDES)dnl
AC_ARG_ENABLE(id-cache,

View File

@ -12,6 +12,8 @@ EXTRA_DIST = config/unix.exp \
find.gnu/name-opt.exp \
find.gnu/perm.exp \
find.gnu/perm.xo \
find.gnu/printf.exp \
find.gnu/printf.xo \
find.gnu/prune-default-print.exp \
find.gnu/prune-default-print.xo \
find.posix/sv-bug-11175.exp \

View File

@ -119,6 +119,6 @@ proc find_start { passfail options {infile ""}} {
# Called by runtest.
# Clean up (remove temporary files) before runtest exits.
proc find_exit {} {
catch "exec rm -f find.out"
#catch "exec rm -f find.out"
exec echo hello
}

View File

@ -0,0 +1,6 @@
exec rm -rf tmp
exec mkdir tmp
exec touch tmp/file
exec chmod 600 tmp/file
find_start p {tmp -type f -printf "%d\n" -printf "%f\n" -printf "%h\n" -printf "%H\n" -printf "%m\n" -printf "%p\n" -printf "%P\n"}
exec rm -rf tmp

View File

@ -0,0 +1,7 @@
1
file
tmp
tmp
600
tmp/file
file