summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2016-10-20 22:26:54 +0000
committerLinaro Code Review <review@review.linaro.org>2016-10-20 22:26:54 +0000
commit4f8fce4898b4bc735c06547c2afa321aecfe78cb (patch)
treea2eb6d473470d3989280bd932edde1ff47b8cf88 /automated
parent3ae904e4ac71dae26c03ee0072a6926761ce7edf (diff)
parent9a975badfb8b123e63b3b2ddd6d24627305d5b27 (diff)
Merge "automated: fixed typing mistake in lamp.sh"
Diffstat (limited to 'automated')
-rwxr-xr-xautomated/linux/lamp/lamp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/lamp/lamp.sh b/automated/linux/lamp/lamp.sh
index 2601e0b..02ffc63 100755
--- a/automated/linux/lamp/lamp.sh
+++ b/automated/linux/lamp/lamp.sh
@@ -53,8 +53,8 @@ fi
cp ./html/* /var/www/html/
# Test Apache.
-curl -o "${OUPUT}/index.html" "http://localhost/index.html"
-grep "Test Page for the Apache HTTP Server" "${OUPUT}/index.html"
+curl -o "${OUTPUT}/index.html" "http://localhost/index.html"
+grep "Test Page for the Apache HTTP Server" "${OUTPUT}/index.html"
check_return "apache2-test-page"
# Test MySQL.