~ubuntu-branches/ubuntu/trusty/cowdancer/trusty

« back to all changes in this revision

Viewing changes to tests/log/019_test_filename_with_space.sh.log

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2010-01-29 23:30:35 UTC
  • mfrom: (10.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100129233035-nfo309dhz528siue
Tags: 0.61
* add --architecture option to qemubuilder and cowbuilder and support
  ARCHITECTURE option in pbuilderrc. (closes: #564796)
  ARCHITECTURE is preferred over ARCH option, but both options will work.
* add basepath to cowbuilder bash_completion.
* add basepath and architecture to bash completion for qemubuilder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
+ dd if=/dev/zero 'of=1/e j' bs=512 count=2
7
7
2+0 records in
8
8
2+0 records out
9
 
1024 bytes (1.0 kB) copied, 4.1556e-05 s, 24.6 MB/s
 
9
1024 bytes (1.0 kB) copied, 4.2324e-05 s, 24.2 MB/s
10
10
+ ls -li 1/
11
11
+ sleep 1s
12
12
+ cp -al 1/ 2
13
13
+ echo '   2/ before'
14
14
   2/ before
15
15
+ ls -li 2/
16
 
��� 4
17
 
242211 -rw-r--r-- 2 dancer dancer    0 2009-12-02 23:14 a'f
18
 
242212 -rw-r--r-- 2 dancer dancer    0 2009-12-02 23:14 b g
19
 
242213 -rw-r--r-- 2 dancer dancer    0 2009-12-02 23:14 c h
20
 
242214 -rw-r--r-- 2 dancer dancer    0 2009-12-02 23:14 d i
21
 
242215 -rw-r--r-- 2 dancer dancer 1024 2009-12-02 23:14 e j
 
16
合計 4
 
17
119290 -rw-r--r-- 2 dancer dancer    0 2010-01-23 16:48 a'f
 
18
119291 -rw-r--r-- 2 dancer dancer    0 2010-01-23 16:48 b g
 
19
119292 -rw-r--r-- 2 dancer dancer    0 2010-01-23 16:48 c h
 
20
119293 -rw-r--r-- 2 dancer dancer    0 2010-01-23 16:48 d i
 
21
119294 -rw-r--r-- 2 dancer dancer 1024 2010-01-23 16:48 e j
22
22
+ echo 'cd 2 && echo a > "a'\''f" && mv '\''b g'\'' '\''c h'\'' && touch '\''c h'\'' && dd if='\''e j'\'' of='\''d i'\'''
23
23
+ cow-shell
24
24
Invoking /bin/sh
25
25
2+0 records in
26
26
2+0 records out
27
 
1024 bytes (1.0 kB) copied, 4.7073e-05 s, 21.8 MB/s
 
27
1024 bytes (1.0 kB) copied, 2.0882e-05 s, 49.0 MB/s
28
28
+ echo '   2/ after'
29
29
   2/ after
30
30
+ ls -li 2/
31
 
��� 12
32
 
242254 -rw-r--r-- 1 dancer dancer    2 2009-12-02 23:14 a'f
33
 
242259 -rw-r--r-- 1 dancer dancer    0 2009-12-02 23:14 c h
34
 
242262 -rw-r--r-- 1 dancer dancer 1024 2009-12-02 23:14 d i
35
 
242215 -rw-r--r-- 2 dancer dancer 1024 2009-12-02 23:14 e j
 
31
合計 12
 
32
119336 -rw-r--r-- 1 dancer dancer    2 2010-01-23 16:48 a'f
 
33
119341 -rw-r--r-- 1 dancer dancer    0 2010-01-23 16:48 c h
 
34
119344 -rw-r--r-- 1 dancer dancer 1024 2010-01-23 16:48 d i
 
35
119294 -rw-r--r-- 2 dancer dancer 1024 2010-01-23 16:48 e j
36
36
+ rm -rf 2/
37
37
+ ls -li 1/
38
38
+ echo '   1/ differences; should not exist'