summaryrefslogtreecommitdiff
path: root/test/units
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-17 02:16:16 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-16 18:30:15 +0100
commit84a1ff9457ae085ce620e3873c2295bc09b18e5d (patch)
treeab15df9561290655d794570b711ee823b5fb70ec /test/units
parentac5644635dba54ce5eb0ff394fc0bc772a984849 (diff)
downloadsystemd-84a1ff9457ae085ce620e3873c2295bc09b18e5d.tar.gz
tree-wide: fix typo
Diffstat (limited to 'test/units')
-rwxr-xr-xtest/units/testsuite-36.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/units/testsuite-36.sh b/test/units/testsuite-36.sh
index aed938437b..f5579ce825 100755
--- a/test/units/testsuite-36.sh
+++ b/test/units/testsuite-36.sh
@@ -221,7 +221,7 @@ else
pid1StartUnitWithStrace $testUnit
systemctlCheckNUMAProperties $testUnit "default" "0"
pid1StopUnit $testUnit
- # Maks must be ignored
+ # Mask must be ignored
grep "set_mempolicy(MPOL_DEFAULT, NULL" $straceLog
echo "Unit file NUMAPolicy support - Bind policy w/o mask"
@@ -276,7 +276,7 @@ else
pid1StartUnitWithStrace $testUnit
systemctlCheckNUMAProperties $testUnit "local" "0"
pid1StopUnit $testUnit
- # Maks must be ignored
+ # Mask must be ignored
grep -E "set_mempolicy\((MPOL_LOCAL|0x4 [^,]*), NULL" $straceLog
echo "Unit file CPUAffinity=NUMA support"