aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-11-07 11:53:40 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-11-08 17:30:37 +0100
commit9a8599b3ece766c419d08a6ad93c5ae0c8b680d3 (patch)
treeb69f1339e6cadc5e8be3598ad8eac4282b39c5d9 /testsuite
parente6c2bda5addbd7e354d4f7e54846d1fe25dc3489 (diff)
testsuite/test.sh: Use branch-used-by-abe-unit-testing branch instead of staging.
The removal of the 'staging' branch made abe's testsuite fail for no real reason. Use 'branch-used-by-abe-unit-testing' instead, created for this purpose. Change-Id: I07fd643270ed856ae417874b5850dd96fb7814fd
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test.sh b/testsuite/test.sh
index a1700288..2b102415 100755
--- a/testsuite/test.sh
+++ b/testsuite/test.sh
@@ -741,7 +741,7 @@ test_checkout "${should}" "${testing}" "${package}" "${branch}" "${revision}"
testing="checkout: http://git@<url>/<repo>.git~<branch> should pass with appropriate notice"
package="abe.git"
-branch='staging'
+branch='branch-used-by-abe-unit-testing'
revision=""
should="pass"
test_checkout "${should}" "${testing}" "${package}" "${branch}" "${revision}"