]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Fix borked test for perl -V in r1921308.
authorJoe Orton <jorton@apache.org>
Mon, 14 Oct 2024 14:10:19 +0000 (14:10 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 14 Oct 2024 14:10:19 +0000 (14:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921309 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index e2a42d593da4f4a862101f8f3f83a4c48bb6278f..4630e5088c5a8eebc20efcb94569f9e223a93b65 100755 (executable)
@@ -67,7 +67,7 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
     # Clear CPAN cache if necessary
     if [ -v CLEAR_CACHE ]; then rm -rf ~/perl5; fi
 
-    if perl -V > perlver; then
+    if perl -V > perlver; then
         : Perl binary broken
         perl -V
         exit 1