One Hat Cyber Team
Your IP :
216.73.216.148
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
mellit
/
tests
/
Edit File:
t1
#! perl -w use FileHandle; print "# This test ensures can start the script\n"; chdir "cvs-web/edit"; my $debug =1; my $fh = new FileHandle "perl cvswebedit.pl < /dev/null | "; status(defined $fh, "Couldn't start the script"); print "# This test ensures you are prompted to log in if no user name is supplied\n"; my @ans = <$fh>; my $grep = grep /Please log in/, @ans; status($grep == 1, "no log in prompt");
Simpan