summaryrefslogtreecommitdiff
path: root/tests/autotest-remote-host.pl
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-01-17 18:39:29 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-01-17 18:39:29 -0800
commit617f302808d24fa11fab49b21b71fe644ca7b053 (patch)
treed3a4674aa842bc3166fabe6986b3d0ed54ce339a /tests/autotest-remote-host.pl
parent8e95f0d88947631162f5ed1fc5427b414425604b (diff)
tests: Use Git instead of Subversion in autotest
Diffstat (limited to 'tests/autotest-remote-host.pl')
-rw-r--r--tests/autotest-remote-host.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest-remote-host.pl b/tests/autotest-remote-host.pl
index 5abef1e..63dfe68 100644
--- a/tests/autotest-remote-host.pl
+++ b/tests/autotest-remote-host.pl
@@ -32,6 +32,6 @@ exit unless $client;
select $client;
-&execprint('svn up') == 0 || die "error updating from repo\n";
+&execprint('git pull') == 0 || die "error updating from repo\n";
&execprint('perl tests/autotest-local.pl') == 0 || die "error launching tests\n";
system($exitcmd);