~ubuntu-branches/debian/stretch/ccache/stretch

« back to all changes in this revision

Viewing changes to test.sh

  • Committer: Package Import Robot
  • Author(s): Joel Rosdahl
  • Date: 2015-08-16 15:45:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20150816154528-kptqqpx9pezio0yn
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1834
1834
    mkdir -p $dir
1835
1835
    i=0
1836
1836
    while [ $i -lt 10 ]; do
1837
 
        perl -e 'print "A" x 4017' >$dir/result$i-4017.o
 
1837
        printf '%4017s' '' | tr ' ' 'A' >$dir/result$i-4017.o
1838
1838
        touch $dir/result$i-4017.stderr
1839
1839
        touch $dir/result$i-4017.d
1840
1840
        if [ $i -gt 5 ]; then