~ubuntu-branches/debian/sid/findutils/sid

« back to all changes in this revision

Viewing changes to find/testsuite/find.posix/prune-stat.exp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-06-06 16:56:11 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090606165611-2vw6r6ewwevf8tx6
Tags: 4.4.2-1
* debian/locate-cron.daily: Test if called by root. (Thank's, Michael Vogt).
  Closes: #526939
* New upstream version.
  + find -prune now makes sure it has valid stat() information.
    Closes: #527584
  + Drop patches/10_typo_525263.dpatch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# tests that -prune gets stat information
 
2
exec rm -rf tmp
 
3
exec mkdir tmp tmp/a
 
4
exec touch tmp/b
 
5
exec mkdir tmp/c
 
6
find_start p {tmp -name b -prune -o -print }
 
7
exec rm -rf tmp