[Libguestfs] [PATCH] run-*-locally: The programs are now virt-[tool], not virt-[tool].pl

Jim Meyering jim at meyering.net
Thu Oct 1 15:27:40 UTC 2009


Richard W.M. Jones wrote:
> All the run-*-locally scripts were broken ...
> Subject: [PATCH 2/2] run-*-locally: The programs are now virt-[tool], not virt-[tool].pl
>
> This fixes commit b488436cc54288fcae8988493749f2e6c87f274c.
> ---
>  cat/run-cat-locally             |    2 +-
>  df/run-df-locally               |    2 +-
>  edit/run-edit-locally           |    2 +-
>  inspector/run-inspector-locally |    2 +-
>  rescue/run-rescue-locally       |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/cat/run-cat-locally b/cat/run-cat-locally
> index be60d07..7c31aaf 100755
> --- a/cat/run-cat-locally
> +++ b/cat/run-cat-locally
> @@ -49,4 +49,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
>  $ENV{LIBGUESTFS_PATH} = $path.'/appliance';
>  $ENV{PERL5LIB}        = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
>
> -exec('perl', $path.'/cat/virt-cat.pl', @ARGV);
> +exec('perl', $path.'/cat/virt-cat', @ARGV);

ACK.
Was this provoking failed tests?
If not, would it be easy to add one or two?




More information about the Libguestfs mailing list