mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Fixed Savannah bug #11280
This commit is contained in:
parent
cbc5f56f71
commit
3dd16e9dc1
1
THANKS
1
THANKS
@ -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>
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
6
find/testsuite/find.gnu/printf.exp
Normal file
6
find/testsuite/find.gnu/printf.exp
Normal 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
|
||||
7
find/testsuite/find.gnu/printf.xo
Normal file
7
find/testsuite/find.gnu/printf.xo
Normal file
@ -0,0 +1,7 @@
|
||||
1
|
||||
file
|
||||
tmp
|
||||
tmp
|
||||
600
|
||||
tmp/file
|
||||
file
|
||||
Loading…
x
Reference in New Issue
Block a user