summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-08-10 16:05:07 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-08-11 09:38:49 +0200
commit67c434b03f8a24f5350f017dfb4b2464406046db (patch)
tree1e1fa6328d06885c424b50ce8238b5c0197bfa45 /test
parent38d8a12353698b2133667042d7c2c10c2a656c6a (diff)
downloadsystemd-67c434b03f8a24f5350f017dfb4b2464406046db.tar.gz
test: drop the missed || exit 1 expression
...as we've already done in the rest of the testsuite, see cc469c3dfc398210f38f819d367e68646c71d8da
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-36-NUMAPOLICY/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TEST-36-NUMAPOLICY/test.sh b/test/TEST-36-NUMAPOLICY/test.sh
index f0a321e7a1..3b3b120423 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"
@@ -41,7 +42,7 @@ EOF
cp testsuite.sh $initdir/
setup_testsuite
- ) || return 1
+ )
setup_nspawn_root
ddebug "umount $TESTDIR/root"