]> git.proxmox.com Git - systemd.git/blobdiff - test/TEST-36-NUMAPOLICY/testsuite.sh
New upstream version 245.7
[systemd.git] / test / TEST-36-NUMAPOLICY / testsuite.sh
index bd04bb2efe61bc05601be54d827ba05ad6cda112..b57b4a29a8042d23e1a334183091c5a191bc332c 100755 (executable)
@@ -120,7 +120,7 @@ systemctlCheckNUMAProperties() {
 
     > "$LOGFILE"
 
-    if [ -n $3 ]; then
+    if [ -n "$3" ]; then
         systemctl show -p NUMAMask $1 > "$LOGFILE"
         grep "NUMAMask=$3" "$LOGFILE"
     fi