Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
credential /
netrc /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
694
B
-rw-r--r--
2023-11-20 02:07
git-credential-netrc.perl
10.62
KB
-rw-r--r--
2023-11-20 02:07
t-git-credential-netrc.sh
430
B
-rw-r--r--
2023-11-20 02:07
test.command-option-gpg
75
B
-rw-r--r--
2023-11-20 02:07
test.git-config-gpg
71
B
-rw-r--r--
2023-11-20 02:07
test.netrc
337
B
-rw-r--r--
2023-11-20 02:07
test.pl
4.12
KB
-rw-r--r--
2023-11-20 02:07
Save
Rename
#!/bin/sh ( cd ../../../t test_description='git-credential-netrc' . ./test-lib.sh . "$TEST_DIRECTORY"/lib-perl.sh skip_all_if_no_Test_More # set up test repository test_expect_success \ 'set up test repository' \ 'git config --add gpg.program test.git-config-gpg' export PERL5LIB="$GITPERLLIB" test_expect_success 'git-credential-netrc' ' perl "$GIT_BUILD_DIR"/contrib/credential/netrc/test.pl ' test_done )