From e45b321a337724c1e4f7fccc809cfb004f53bad8 Mon Sep 17 00:00:00 2001
From: Raul Barreras <rbarreras@nebraska.edu>
Date: Mon, 16 Sep 2019 18:01:17 +0000
Subject: [PATCH] [skip ci]

---
 t/php-lint/tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/php-lint/tests.sh b/t/php-lint/tests.sh
index d3cb8be..a2df4e0 100755
--- a/t/php-lint/tests.sh
+++ b/t/php-lint/tests.sh
@@ -2,8 +2,8 @@ TMP_DIR=`mktemp -d`
 chmod 777 ${TMP_DIR}
 touch "${TMP_DIR}/dumb php file with spaces.php"
 touch "${TMP_DIR}/ddumb_php_file_without_spaces.php"
-touch  "${TMP_DIR}/$(printf '\u03c0').php"
-docker run -it --rm -v "${TMP_DIR}:/work"  its-registry.unl.edu/unl-its/docker-ci/php-lint:latest php-lint -d /work > /dev/null 2>&1
+touch "${TMP_DIR}/$(printf '\u03c0').php"
+docker run -it --rm -v "${TMP_DIR}:/work"  its-registry.unl.edu/unl-its/docker-ci/php-lint:latest php-lint -d /work 
 RET=$?
 rm -rf ${TMP_DIR}
 if [ $RET -eq 0 ]; then
-- 
GitLab