tests/test-convert-baz
branchstable
changeset 10802 6e4cf8319f54
parent 10119 bb5ea66789e3
child 13765 7fc79055a62b
equal deleted inserted replaced
10801:fcfe2e50faab 10802:6e4cf8319f54
    28 baz add src
    28 baz add src
    29 cd src
    29 cd src
    30 dd count=1 if=/dev/zero of=b > /dev/null 2> /dev/null
    30 dd count=1 if=/dev/zero of=b > /dev/null 2> /dev/null
    31 baz add b
    31 baz add b
    32 # HACK: hide GNU tar-1.22 "tar: The --preserve option is deprecated, use --preserve-permissions --preserve-order instead"
    32 # HACK: hide GNU tar-1.22 "tar: The --preserve option is deprecated, use --preserve-permissions --preserve-order instead"
    33 baz commit -s "added a file, src and src/b (binary)" 2>&1 | grep -v ^tar
    33 baz commit -s "added a file, src and src/b (binary)" 2>&1 | grep -v '^tar'
    34 
    34 
    35 echo % create link file and modify a
    35 echo % create link file and modify a
    36 ln -s ../a a-link
    36 ln -s ../a a-link
    37 baz add a-link
    37 baz add a-link
    38 echo 'this a modification to a' >> ../a
    38 echo 'this a modification to a' >> ../a