]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop the missed || exit 1 expression 13300/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 10 Aug 2019 14:05:07 +0000 (16:05 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 11 Aug 2019 07:38:49 +0000 (09:38 +0200)
...as we've already done in the rest of the testsuite, see
cc469c3dfc398210f38f819d367e68646c71d8da

test/TEST-36-NUMAPOLICY/test.sh

index f0a321e7a16a94094664e6aedd6bf11d922ddd06..3b3b120423b5c65d9c11265d941e7064ac7831eb 100755 (executable)
@@ -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"