Re: [PATCH v7 4/7] git-remote-mediawiki: Update tests to run with the new bin-wrapper

2013-07-03 Thread Matthieu Moy
benoit.per...@ensimag.fr writes: > --- a/contrib/mw-to-git/t/test-gitmw-lib.sh > +++ b/contrib/mw-to-git/t/test-gitmw-lib.sh > @@ -62,12 +62,8 @@ test_check_precond () { > test_done > fi > > - if [ ! -f "$GIT_BUILD_DIR"/git-remote-mediawiki ]; > - then > -

[PATCH v7 4/7] git-remote-mediawiki: Update tests to run with the new bin-wrapper

2013-07-02 Thread benoit . person
From: Benoit Person Until now, if git-remote-mediawiki was not installed, the test suite copied it to the toplevel directory. This solution pollutes the directory with untracked files. Plus, we would need to copy the new git-mw.perl file to test it too. Signed-off-by: Benoit Person Signed-off-b