summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 2f26e05163b..df0ddac6bd9 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -127,7 +127,7 @@ def isYocto():
return isLinux() and linuxDistribution and linuxDistribution == "Yocto"
def isDebian():
- return isLinux() and linuxDistribution and linuxDistribution == "Yocto"
+ return isLinux() and linuxDistribution and linuxDistribution == "Debian"
def isSles():
return isLinux() and linuxDistribution and linuxDistribution == "SUSE LINUX"