diff options
Diffstat (limited to 'src/scripts/vppctl')
-rwxr-xr-x | src/scripts/vppctl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripts/vppctl b/src/scripts/vppctl index 01369189503..a59b4b66872 100755 --- a/src/scripts/vppctl +++ b/src/scripts/vppctl @@ -53,9 +53,6 @@ class Vppctl(Cmd): else: command = ['vpp_api_test',"chroot prefix %s " % self.api_prefix] - if os.geteuid() != 0: - command = ['sudo'] + command - vpp_process = subprocess.Popen(command, stderr=subprocess.PIPE, stdin=subprocess.PIPE, |