From: Peter van Dijk Date: Mon, 27 Feb 2012 10:51:42 +0000 (+0000) Subject: make sure all regression-tests have correct hashbang lines X-Git-Tag: auth-3.1-rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d89bb99c6596d559a1f75010c62ca64af6ab7c8;p=pdns make sure all regression-tests have correct hashbang lines git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2430 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests/apex-level-a-but-no-a/command b/regression-tests/apex-level-a-but-no-a/command index 57bea53af..2379490fb 100755 --- a/regression-tests/apex-level-a-but-no-a/command +++ b/regression-tests/apex-level-a-but-no-a/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig test.com A diff --git a/regression-tests/apex-level-a/command b/regression-tests/apex-level-a/command index 9c3fa832f..0790bd663 100755 --- a/regression-tests/apex-level-a/command +++ b/regression-tests/apex-level-a/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig wtest.com A diff --git a/regression-tests/apex-level-ns/command b/regression-tests/apex-level-ns/command index f6d521bd7..3d21beeb3 100755 --- a/regression-tests/apex-level-ns/command +++ b/regression-tests/apex-level-ns/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig test.com NS diff --git a/regression-tests/basic-a-resolution/command b/regression-tests/basic-a-resolution/command index aca281c4a..9e2996ad2 100755 --- a/regression-tests/basic-a-resolution/command +++ b/regression-tests/basic-a-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig outpost.example.com A diff --git a/regression-tests/basic-aaaa-resolution/command b/regression-tests/basic-aaaa-resolution/command index 381685e1a..635329ad9 100755 --- a/regression-tests/basic-aaaa-resolution/command +++ b/regression-tests/basic-aaaa-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig ipv6.example.com AAAA diff --git a/regression-tests/basic-hinfo/command b/regression-tests/basic-hinfo/command index cc98b114d..e9820fef8 100755 --- a/regression-tests/basic-hinfo/command +++ b/regression-tests/basic-hinfo/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig hwinfo.example.com HINFO diff --git a/regression-tests/basic-loc/command b/regression-tests/basic-loc/command index 69a6ab1eb..a8ba31c75 100755 --- a/regression-tests/basic-loc/command +++ b/regression-tests/basic-loc/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig location.example.com LOC diff --git a/regression-tests/basic-ns-resolution/command b/regression-tests/basic-ns-resolution/command index 1598d2986..c8d243e51 100755 --- a/regression-tests/basic-ns-resolution/command +++ b/regression-tests/basic-ns-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig example.com NS diff --git a/regression-tests/basic-soa-resolution/command b/regression-tests/basic-soa-resolution/command index ec6d767b8..6a0e2659e 100755 --- a/regression-tests/basic-soa-resolution/command +++ b/regression-tests/basic-soa-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig example.com SOA diff --git a/regression-tests/basic-srv/command b/regression-tests/basic-srv/command index 47d40c2bf..363c139ff 100755 --- a/regression-tests/basic-srv/command +++ b/regression-tests/basic-srv/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig _ldap._tcp.dc.test.com SRV diff --git a/regression-tests/basic-txt-resolution/command b/regression-tests/basic-txt-resolution/command index af2abc599..2a019306c 100755 --- a/regression-tests/basic-txt-resolution/command +++ b/regression-tests/basic-txt-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig text.example.com TXT diff --git a/regression-tests/cname-but-no-correct-type/command b/regression-tests/cname-but-no-correct-type/command index 9415ebfc6..35e5a5fb4 100755 --- a/regression-tests/cname-but-no-correct-type/command +++ b/regression-tests/cname-but-no-correct-type/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig www.example.com AAAA diff --git a/regression-tests/cname-loop-breakout/command b/regression-tests/cname-loop-breakout/command index b29d89e19..6121fab0e 100755 --- a/regression-tests/cname-loop-breakout/command +++ b/regression-tests/cname-loop-breakout/command @@ -1 +1,2 @@ +#!/bin/sh cleandig loop1.example.com A diff --git a/regression-tests/cname-to-referral/command b/regression-tests/cname-to-referral/command index e64ccaa97..24da1c74d 100755 --- a/regression-tests/cname-to-referral/command +++ b/regression-tests/cname-to-referral/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig server1.example.com A diff --git a/regression-tests/dnssec-only-ds-at-unsecure-zone-cut/command b/regression-tests/dnssec-only-ds-at-unsecure-zone-cut/command index a90641861..db2923d66 100755 --- a/regression-tests/dnssec-only-ds-at-unsecure-zone-cut/command +++ b/regression-tests/dnssec-only-ds-at-unsecure-zone-cut/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig delegated.dnssec-parent.com DS diff --git a/regression-tests/double-srv/command b/regression-tests/double-srv/command index 957704f97..28aef5484 100755 --- a/regression-tests/double-srv/command +++ b/regression-tests/double-srv/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig _double._tcp.dc.test.com SRV diff --git a/regression-tests/multi-step-cname-resolution/command b/regression-tests/multi-step-cname-resolution/command index 41565f2dc..c5d0a3d69 100755 --- a/regression-tests/multi-step-cname-resolution/command +++ b/regression-tests/multi-step-cname-resolution/command @@ -1 +1,2 @@ +#!/bin/sh cleandig start1.example.com A diff --git a/regression-tests/multi-txt-escape-resolution/command b/regression-tests/multi-txt-escape-resolution/command index 267dfe9a1..4fc39afda 100755 --- a/regression-tests/multi-txt-escape-resolution/command +++ b/regression-tests/multi-txt-escape-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig escapedtext.example.com TXT diff --git a/regression-tests/multi-txt-resolution/command b/regression-tests/multi-txt-resolution/command index 2a871861c..3d4097532 100755 --- a/regression-tests/multi-txt-resolution/command +++ b/regression-tests/multi-txt-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig multitext.example.com TXT diff --git a/regression-tests/mx-to-cname/command b/regression-tests/mx-to-cname/command index f4a9b8b8b..908e2f21e 100755 --- a/regression-tests/mx-to-cname/command +++ b/regression-tests/mx-to-cname/command @@ -1,3 +1,3 @@ -#/bin/sh +#!/bin/sh cleandig mail.example.com MX diff --git a/regression-tests/naptr/command b/regression-tests/naptr/command index f53d34707..1a367cfaf 100755 --- a/regression-tests/naptr/command +++ b/regression-tests/naptr/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig enum.test.com NAPTR diff --git a/regression-tests/ns-with-identical-glue/command b/regression-tests/ns-with-identical-glue/command index c99c9740f..828efa938 100755 --- a/regression-tests/ns-with-identical-glue/command +++ b/regression-tests/ns-with-identical-glue/command @@ -1 +1,2 @@ +#!/bin/sh cleandig blah.test.com MX diff --git a/regression-tests/one-step-cname-resolution/command b/regression-tests/one-step-cname-resolution/command index ebfe2acc6..5abf7ec62 100755 --- a/regression-tests/one-step-cname-resolution/command +++ b/regression-tests/one-step-cname-resolution/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig www.example.com A diff --git a/regression-tests/rp/command b/regression-tests/rp/command index bf7b9f7ec..44ea965c5 100755 --- a/regression-tests/rp/command +++ b/regression-tests/rp/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig server1.test.com RP diff --git a/regression-tests/very-long-txt/command b/regression-tests/very-long-txt/command index 7a967f7b5..087c92474 100755 --- a/regression-tests/very-long-txt/command +++ b/regression-tests/very-long-txt/command @@ -1,2 +1,3 @@ +#!/bin/sh cleandig very-long-txt.test.com TXT