summaryrefslogtreecommitdiff
path: root/lib/update-external.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-31 04:19:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-31 04:19:36 +0200
commit6897be747594e385ee032ac1409289ce2d208548 (patch)
treef07c00e18c920b949988a8a2b6058146aad21378 /lib/update-external.sh
parent5f3fcf7a7773737fd87c8ff5530fae2286e88927 (diff)
downloadsamba-6897be747594e385ee032ac1409289ce2d208548.tar.gz
samba-6897be747594e385ee032ac1409289ce2d208548.tar.bz2
samba-6897be747594e385ee032ac1409289ce2d208548.zip
testtools: Fix included testtools, for systems that don't have it.
Diffstat (limited to 'lib/update-external.sh')
-rwxr-xr-xlib/update-external.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/update-external.sh b/lib/update-external.sh
index 7cf95f3fb8..ebb7bd0013 100755
--- a/lib/update-external.sh
+++ b/lib/update-external.sh
@@ -14,6 +14,6 @@ done
echo "Updating testtools..."
bzr export "$WORKDIR/testtools" lp:testtools
-rsync -avz --delete "$WORKDIR/testtools/testtools/" "$TARGETDIR/testtools/"
+rsync -avz --delete "$WORKDIR/testtools/" "$TARGETDIR/testtools/"
rm -rf "$WORKDIR"