File: control

package info (click to toggle)
dnsenum 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,948; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Test-Command: dnsenum -h | grep Usage
Restrictions: superficial

Test-Command: dnsenum --noreverse -f debian/tests/dns.txt debian.org || exit 77
Restrictions: allow-stderr, skippable

Test-Command: dnsenum --noreverse --enum -f debian/tests/dns.txt --nocolor
                      -t 4 --subfile $AUTOPKGTEST_TMP/subdomains.txt -v -p 10
                      -d 2 -r debian.org || exit 77 ;
                      echo -e "\n\nContents of subdomains.txt\n";
                      cat $AUTOPKGTEST_TMP/subdomains.txt | grep people -C 20
Restrictions: allow-stderr, skippable