diff options
Diffstat (limited to 'test-tool/run-test-tool-locally')
-rwxr-xr-x | test-tool/run-test-tool-locally | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test-tool/run-test-tool-locally b/test-tool/run-test-tool-locally index ae681c59..21df4c57 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); |