From e0ac1e0a0b860bc81ff6c8ef8adeb62f8ee98df2 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 11 Sep 2019 11:26:45 +0000
Subject: [PATCH] COB-69: Failed test returns different error code on COBALT2.
 Adjust test accordingly.

---
 SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
index ea0b48efb4a..c4011b820ff 100755
--- a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
+++ b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
@@ -34,7 +34,7 @@ function test_parset {
 }
 
 test_parset $PWD/tStatusFeedback.in_parset_success_1 0 ""
-test_parset $PWD/tStatusFeedback.in_parset_failure_1 1 "-o Cobalt.Nodes=[unreachable]"
+test_parset $PWD/tStatusFeedback.in_parset_failure_1 255 "-o Cobalt.Nodes=[unreachable]"
 
 # Everything went ok
 exit 0
-- 
GitLab