~ubuntu-branches/ubuntu/maverick/findutils/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-06 11:32:24 UTC
  • mfrom: (1.1.10 upstream) (11.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080506113224-l11ku6szfd32z389
Tags: 4.4.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/locate-cron.daily: Test if called by root (LP: #147911),
  - add /var/lib/schroot/mount to PRUNEPATHS.
  - preinst: fix check for removal of the oboslete /etc/cron.daily/find 
    on gutsy->hardy upgrades (LP: #210699)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# tests for -type -size 
 
2
exec rm -rf tmp
 
3
exec mkdir tmp
 
4
exec true > tmp/empty
 
5
find_start p {tmp -type f -size 0c   }
 
6
exec rm -rf tmp