git-remote-mediawiki: more efficient 'pull' in the best case
[git.git] / contrib / mw-to-git / t / t9364-pull-by-rev.sh
blob5c22457a0b6a76bc5875a9ff0a77bf0966f5d777
1 #!/bin/sh
3 test_description='Test the Git Mediawiki remote helper: git pull by revision'
5 . ./test-gitmw-lib.sh
6 . ./push-pull-tests.sh
7 . $TEST_DIRECTORY/test-lib.sh
9 test_check_precond
11 test_expect_success 'configuration' '
12 git config --global mediawiki.fetchStrategy by_rev
15 test_push_pull
17 test_done