aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-04-01 15:53:11 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-04-01 15:53:11 -0500
commitc5fdfce8136ca8f7a3555b529ef6edb7dbec37db (patch)
treec4af057d4e0eaed4b70ea612903d061af10ecbd9 /testsuite
parent978605d147661067b10c7d73f7fcfe08366da04e (diff)
testsuite/builddir-tests.sh: Add missing 'fi' at the end of the file.
Change-Id: I15eb5360ec2e93b99496a3553336f7d05d7260ad
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/builddir-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/builddir-tests.sh b/testsuite/builddir-tests.sh
index 84993a49..5a31d6bb 100644
--- a/testsuite/builddir-tests.sh
+++ b/testsuite/builddir-tests.sh
@@ -123,3 +123,4 @@ if test ${out} = "${local_builds}/${build}/x86_64-linux-gnu/binutils-gdb.git~mas
else
fail "get_builddir: merged binutils-gdb.git repository with master branch and gdb as a second parameter."
fixme "${in} returned ${out}"
+fi