~ubuntu-branches/ubuntu/raring/findutils/raring

« back to all changes in this revision

Viewing changes to locate/testsuite/locate.gnu/ignore_case1.exp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-07-04 11:37:37 UTC
  • mto: (11.1.1 lenny) (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050704113737-oxfumqxsqgfz5gay
Tags: upstream-4.2.22
ImportĀ upstreamĀ versionĀ 4.2.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# tests to determine if "-i" causes the match to ignore the case
2
 
exec rm -rf tmp
3
 
exec mkdir tmp
4
 
exec mkdir tmp/subdir
5
 
exec touch tmp/subdir/fred
6
 
locate_start p {--output=tmp/locatedb --localpaths=tmp/subdir/} {--database=tmp/locatedb -i FRed} {}
 
2
set tmp "tmp"
 
3
exec rm -rf $tmp
 
4
exec mkdir $tmp
 
5
exec mkdir $tmp/subdir
 
6
exec touch $tmp/subdir/fred
 
7
locate_start p "--changecwd=. --output=$tmp/locatedb --localpaths=tmp/subdir/" "--database=$tmp/locatedb -i FRed" {}
7
8