aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-04-01 15:53:11 -0500
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 21:20:50 +0100
commit6f2bb57fc2d6f58afffe41042ad1e19d618ac880 (patch)
tree9be8ab5f50c277af1eff1ec290981d4dc953730e
parent3c5ea6b87edf382696d567c7082998460f6a8f67 (diff)
testsuite/builddir-tests.sh: Add missing 'fi' at the end of the file.
Change-Id: I15eb5360ec2e93b99496a3553336f7d05d7260ad
-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