~ubuntu-branches/ubuntu/feisty/findutils/feisty

« back to all changes in this revision

Viewing changes to find/testsuite/find.posix/name.exp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-09-04 09:35:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050904093559-rh1b47iawvcn12r8
Tags: 4.2.25-1
* new upstream version 4.2.25. (bugfix and improved testsuite)
* add findutils-4.2.25-14390.dpatch, fixing a testsuite failure concerning
  find -depth ... -quit
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# tests for -name
 
2
exec rm -rf tmp
 
3
exec mkdir tmp tmp/fred tmp/jim
 
4
find_start p {tmp -name fred -print}
 
5
exec rm -rf tmp