summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh
blob: 9ea201459b53bc67025190288b43cc81e2d6fc77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
#
# Copyright (C) 2012
#     Charles Roussel <charles.roussel@ensimag.imag.fr>
#     Simon Cathebras <simon.cathebras@ensimag.imag.fr>
#     Julien Khayat <julien.khayat@ensimag.imag.fr>
#     Guillaume Sasdy <guillaume.sasdy@ensimag.imag.fr>
#     Simon Perrat <simon.perrat@ensimag.imag.fr>
#
# License: GPL v2 or later
 
# tests for git-remote-mediawiki
 
test_description='Test the Git Mediawiki remote helper: git push and git pull simple test cases'
 
. ./test-gitmw-lib.sh
. ./push-pull-tests.sh
. $TEST_DIRECTORY/test-lib.sh
 
test_check_precond
 
test_push_pull
 
test_done