test: drop the missed || exit 1 expression
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 10 Aug 2019 14:05:07 +0000 (16:05 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 19 Nov 2019 08:17:12 +0000 (08:17 +0000)
...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

test/TEST-36-NUMAPOLICY/test.sh

index 5e775b2d5ad00b1aacd43838e5998da1c2bac5dc..a586f9dc9047ff66f64d9e7e2d5d64cf3aa5edad 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"
@@ -39,7 +40,7 @@ EOF
         cp testsuite.sh $initdir/
 
         setup_testsuite
-    ) || return 1
+    )
     setup_nspawn_root
 }