c62b8e
From 3c66bfddf2038b3d999045dffd1b3beefbb1f8f4 Mon Sep 17 00:00:00 2001
c62b8e
From: Frantisek Sumsal <fsumsal@redhat.com>
c62b8e
Date: Thu, 17 Jan 2019 13:21:42 +0100
c62b8e
Subject: [PATCH] travis: drop the test_path_changed workaround
c62b8e
c62b8e
---
c62b8e
 ci/travis-centos-rhel7.sh | 7 -------
c62b8e
 1 file changed, 7 deletions(-)
c62b8e
c62b8e
diff --git a/ci/travis-centos-rhel7.sh b/ci/travis-centos-rhel7.sh
c62b8e
index 9f128ab8e2..7db3a8db41 100755
c62b8e
--- a/ci/travis-centos-rhel7.sh
c62b8e
+++ b/ci/travis-centos-rhel7.sh
c62b8e
@@ -52,13 +52,6 @@ for phase in "${PHASES[@]}"; do
c62b8e
                                      --enable-gtk-doc --enable-compat-libs --disable-sysusers \
c62b8e
                                      --disable-ldconfig --enable-lz4 --with-sysvinit-path=/etc/rc.d/init.d
c62b8e
             $DOCKER_EXEC make
c62b8e
-            # Temporarily skip test_path_changed in src/test/test-path.c
c62b8e
-            # This particular test case timeouts on Ubuntu in a Docker image
c62b8e
-            # and needs further debugging (couldn't reproduce it on
c62b8e
-            # Fedora + Docker
c62b8e
-            $DOCKER_EXEC sed -i '/static void test_path_changed/,/^}\s*$/d' src/test/test-path.c
c62b8e
-            $DOCKER_EXEC sed -i '/test_path_changed,/d' src/test/test-path.c
c62b8e
-
c62b8e
             # Run the internal testsuite
c62b8e
             # Let's install the new systemd and "reboot" the container to avoid
c62b8e
             # unexpected fails due to incompatibilities with older systemd