From c5cca4d05933b1f3b130c19cb044e98c51552a7d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 17 Sep 2001 08:55:32 +0000
Subject: [PATCH] fixed the stunnel PEM path

---
 tests/ftpsserver.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ftpsserver.pl b/tests/ftpsserver.pl
index 995012b42c..e7a5163bd7 100644
--- a/tests/ftpsserver.pl
+++ b/tests/ftpsserver.pl
@@ -40,7 +40,7 @@ do {
 
 my $path = `pwd`;
 chomp $path;
-my $cmd = "$stunnel -p $path/data/stunnel.pem -P $path/.ftps.pid -d $port -r $ftp";
+my $cmd = "$stunnel -p $path/stunnel.pem -P $path/.ftps.pid -d $port -r $ftp";
 
 if($verbose) {
     print "FTPS server: $cmd\n";
-- 
GitLab