Mercurial > hg
changeset 8267:faa318261ee8
test-convert-baz: hide GNU tar deprecation warning
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sat, 02 May 2009 12:13:24 +0200 |
parents | 609ce91670d0 |
children | 6486fb03be7c |
files | tests/test-convert-baz |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-baz Fri May 01 12:26:37 2009 +0200 +++ b/tests/test-convert-baz Sat May 02 12:13:24 2009 +0200 @@ -29,7 +29,8 @@ cd src dd count=1 if=/dev/zero of=b > /dev/null 2> /dev/null baz add b -baz commit -s "added a file, src and src/b (binary)" +# HACK: hide GNU tar-1.22 "tar: The --preserve option is deprecated, use --preserve-permissions --preserve-order instead" +baz commit -s "added a file, src and src/b (binary)" 2>&1 | grep -v ^tar echo % create link file and modify a ln -s ../a a-link