From: Frantisek Sumsal Date: Sat, 10 Aug 2019 14:05:07 +0000 (+0200) Subject: test: drop the missed || exit 1 expression X-Git-Tag: archive/raspbian/243-8+rpi1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=41a2d9c09b50a9aa8cea7c823f257cae68d31ca5;p=systemd.git test: drop the missed || exit 1 expression ...as we've already done in the rest of the testsuite, see cc469c3dfc398210f38f819d367e68646c71d8da (cherry picked from commit 67c434b03f8a24f5350f017dfb4b2464406046db) (cherry picked from commit 9d4e65852998cf5ba0e0a273e3c67cee0c2df3c4) Gbp-Pq: Name test-drop-the-missed-exit-1-expression.patch --- diff --git a/test/TEST-36-NUMAPOLICY/test.sh b/test/TEST-36-NUMAPOLICY/test.sh index 5e775b2d..a586f9dc 100755 --- a/test/TEST-36-NUMAPOLICY/test.sh +++ b/test/TEST-36-NUMAPOLICY/test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e + TEST_DESCRIPTION="test MUMAPolicy= and NUMAMask= options" TEST_NO_NSPAWN=1 QEMU_OPTIONS="-numa node,nodeid=0" @@ -39,7 +40,7 @@ EOF cp testsuite.sh $initdir/ setup_testsuite - ) || return 1 + ) setup_nspawn_root }