~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to makeflow/test/dirs/testcase.subdir.11.makeflow

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-07 09:05:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110507090500-lqpmdtwndor6e7os
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# many directories. Prove on redundant transfer with debug on!
 
2
1.txt mydir mydir.txt mydir/1.txt mydir/2.txt mydir/1 mydir/1/a.txt mydir/1/b.txt mydir/1/haha/lala.txt mydir/1/haha/wawa.txt: input
 
3
        echo top > 1.txt; echo level > mydir.txt; mkdir -p mydir; cp input/hello mydir/1.txt; cp input/hello mydir/2.txt; mkdir -p mydir/1;cp input/hello mydir/1/a.txt; cp input/hello mydir/1/b.txt; mkdir -p mydir/1/haha; echo hello > mydir/1/haha/lala.txt; echo world > mydir/1/haha/wawa.txt