From 6d87aaefa0d9c4ea9b49bed71bd8975c60fbae8f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 17 May 2013 11:53:45 +0100 Subject: [PATCH] php: Fix comment in run-php-tests.sh. This updates commit cd40cf713991569e51b42742177e57f3dca148bc. --- php/run-php-tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh index 3c23d8e77..8296a0258 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -44,7 +44,5 @@ printenv | grep -E '^(LIBGUESTFS|LIBVIRT|LIBVIRTD|VIRTLOCKD|LD|MALLOC)_' >> env TESTS=$(echo guestfs_php_*.phpt) echo TESTS: $TESTS -# By the way, we're actually testing the installed version of -# libguestfs. But don't worry, because PHP ignores the result of the -# tests anyway! +# PHP ignores the result of the tests! make test TESTS="$TESTS"