mirror of
https://github.com/curl/curl.git
synced 2026-08-09 09:54:17 +03:00
s2
This commit is contained in:
parent
7aa55663c3
commit
1ff63dde7d
10 changed files with 38 additions and 38 deletions
|
|
@ -223,10 +223,10 @@ sub runclient {
|
|||
#
|
||||
sub runclientoutput {
|
||||
my ($cmd) = @_;
|
||||
return `$cmd 2>$dev_null`;
|
||||
return qx($cmd 2>$dev_null);
|
||||
|
||||
# This is one way to test curl on a remote machine
|
||||
# my @out = `ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'`;
|
||||
# my @out = qx(ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\');
|
||||
# sleep 2; # time to allow the NFS server to be updated
|
||||
# return @out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue