From 70c9a98c1c19805470776526a52a5a8867e8c834 Mon Sep 17 00:00:00 2001
From: gnzlbg <gonzalobg88@gmail.com>
Date: Fri, 24 May 2019 13:37:57 +0200
Subject: [PATCH] Run CMSG tests on s390x

Closes #1240.
---
 ci/test-runner-linux | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/ci/test-runner-linux b/ci/test-runner-linux
index 569fa007..cad31ec4 100755
--- a/ci/test-runner-linux
+++ b/ci/test-runner-linux
@@ -5,15 +5,6 @@ set -e
 arch=$1
 prog=$2
 
-# Skip cmsg test on linux-s390x
-# https://github.com/rust-lang/libc/issues/1240
-if [ "$arch" = "s390x" ]; then
-	progbasename=`basename $prog`
-	if [ "${progbasename%%-*}" = "cmsg" ]; then
-		exit 0
-	fi
-fi
-
 cd /qemu/init
 echo "#!/bin/sh\n/prog --color=never" > run_prog.sh
 chmod +x run_prog.sh
-- 
GitLab