summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 20:55:05 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 20:55:05 +0100
commit9a975badfb8b123e63b3b2ddd6d24627305d5b27 (patch)
tree87b18e3b7aecf51da7c3af3662d7fce5bc3068ed /automated
parentd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (diff)
automated: fixed typing mistake in lamp.sh
Change-Id: I7b0e1ef082f8c0f18f5b37eeedb81738553bec5c Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
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.