##// END OF EJS Templates
test-convert-baz: hide GNU tar deprecation warning
Mads Kiilerich -
r8267:faa31826 default
parent child Browse files
Show More
@@ -29,7 +29,8 b' 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 baz commit -s "added a file, src and src/b (binary)"
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
34
34 echo % create link file and modify a
35 echo % create link file and modify a
35 ln -s ../a a-link
36 ln -s ../a a-link
General Comments 0
You need to be logged in to leave comments. Login now