summaryrefslogtreecommitdiff
path: root/automated/linux/ui-browser-test/ui-browser-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ui-browser-test/ui-browser-test.sh')
-rwxr-xr-xautomated/linux/ui-browser-test/ui-browser-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/ui-browser-test/ui-browser-test.sh b/automated/linux/ui-browser-test/ui-browser-test.sh
index 9d7b377..44e886b 100755
--- a/automated/linux/ui-browser-test/ui-browser-test.sh
+++ b/automated/linux/ui-browser-test/ui-browser-test.sh
@@ -59,7 +59,7 @@ install_deps "${pkgs}" "${SKIP_INSTALL}"
mkdir -p "${OUTPUT}"
dist_name
-if [ "${dist}" = "Debian" ] || [ "${dist}" = "Ubuntu" ]; then
+if [ "${dist}" = "debian" ] || [ "${dist}" = "ubuntu" ]; then
"${WD}"/install-on-debian.sh
else
echo "Not a debian machine"