X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-tool%2Frun-test-tool-locally;h=21df4c57e1bef053ee3c67cb0f748b9a252a8fcf;hb=3c1f762abed92f7a358f3bc93e3396d0606b18ad;hp=ae681c595a926ea5f6ca2b309c7912ebd4ecf16c;hpb=06c906168c0a96662ad47473cfe5f2fb3c316757;p=libguestfs.git diff --git a/test-tool/run-test-tool-locally b/test-tool/run-test-tool-locally index ae681c5..21df4c5 100755 --- a/test-tool/run-test-tool-locally +++ b/test-tool/run-test-tool-locally @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -51,6 +51,4 @@ $ENV{LIBGUESTFS_PATH} = $path.'/appliance'; exec("$path/test-tool/libguestfs-test-tool", "$path/test-tool/libguestfs-test-tool", - "--helper", - "$path/test-tool/libguestfs-test-tool-helper", @ARGV);