b9a53a
From 772f08f8255d7ab921c344ab4243249cbd1c37fc Mon Sep 17 00:00:00 2001
b9a53a
From: Frantisek Sumsal <frantisek@sumsal.cz>
b9a53a
Date: Sat, 10 Aug 2019 16:05:07 +0200
b9a53a
Subject: [PATCH 340/341] test: drop the missed || exit 1 expression
b9a53a
b9a53a
...as we've already done in the rest of the testsuite, see
b9a53a
cc469c3dfc398210f38f819d367e68646c71d8da
b9a53a
b9a53a
(cherry picked from commit 67c434b03f8a24f5350f017dfb4b2464406046db)
b9a53a
b9a53a
Related: #1808940
b9a53a
---
b9a53a
 test/TEST-36-NUMAPOLICY/test.sh | 3 ++-
b9a53a
 1 file changed, 2 insertions(+), 1 deletion(-)
b9a53a
b9a53a
diff --git a/test/TEST-36-NUMAPOLICY/test.sh b/test/TEST-36-NUMAPOLICY/test.sh
b9a53a
index f0a321e7a1..3b3b120423 100755
b9a53a
--- a/test/TEST-36-NUMAPOLICY/test.sh
b9a53a
+++ b/test/TEST-36-NUMAPOLICY/test.sh
b9a53a
@@ -1,5 +1,6 @@
b9a53a
 #!/bin/bash
b9a53a
 set -e
b9a53a
+
b9a53a
 TEST_DESCRIPTION="test MUMAPolicy= and NUMAMask= options"
b9a53a
 TEST_NO_NSPAWN=1
b9a53a
 QEMU_OPTIONS="-numa node,nodeid=0"
b9a53a
@@ -41,7 +42,7 @@ EOF
b9a53a
         cp testsuite.sh $initdir/
b9a53a
 
b9a53a
         setup_testsuite
b9a53a
-    ) || return 1
b9a53a
+    )
b9a53a
     setup_nspawn_root
b9a53a
 
b9a53a
     ddebug "umount $TESTDIR/root"
b9a53a
-- 
b9a53a
2.21.1
b9a53a