diff options
-rw-r--r-- | RPM4/t/01compile.t | 1 | ||||
-rw-r--r-- | RPM4/t/02header.t | 1 | ||||
-rwxr-xr-x | RPM4/t/03rpmlib.t | 1 | ||||
-rw-r--r-- | RPM4/t/04spec.t | 1 | ||||
-rw-r--r-- | RPM4/t/05transaction.t | 1 | ||||
-rw-r--r-- | RPM4/t/06sign.t | 1 | ||||
-rw-r--r-- | RPM4/t/07changelogs.t | 1 | ||||
-rw-r--r-- | RPM4/t/07dep.t | 1 | ||||
-rw-r--r-- | RPM4/t/07files.t | 1 | ||||
-rw-r--r-- | RPM4/t/09hdlist.t | 1 | ||||
-rw-r--r-- | RPM4/t/11media.t | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/RPM4/t/01compile.t b/RPM4/t/01compile.t index 568a258..e2ed8ae 100644 --- a/RPM4/t/01compile.t +++ b/RPM4/t/01compile.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use Test::More tests => 3; diff --git a/RPM4/t/02header.t b/RPM4/t/02header.t index 52934e0..4ded92b 100644 --- a/RPM4/t/02header.t +++ b/RPM4/t/02header.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/03rpmlib.t b/RPM4/t/03rpmlib.t index c462768..ebedff6 100755 --- a/RPM4/t/03rpmlib.t +++ b/RPM4/t/03rpmlib.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/04spec.t b/RPM4/t/04spec.t index 1ffccf7..6743cfa 100644 --- a/RPM4/t/04spec.t +++ b/RPM4/t/04spec.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/05transaction.t b/RPM4/t/05transaction.t index 1f11b44..c70d765 100644 --- a/RPM4/t/05transaction.t +++ b/RPM4/t/05transaction.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/06sign.t b/RPM4/t/06sign.t index 5dd0c02..5ce13ff 100644 --- a/RPM4/t/06sign.t +++ b/RPM4/t/06sign.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07changelogs.t b/RPM4/t/07changelogs.t index d2c2555..c0ba394 100644 --- a/RPM4/t/07changelogs.t +++ b/RPM4/t/07changelogs.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07dep.t b/RPM4/t/07dep.t index 3d42613..2dd352f 100644 --- a/RPM4/t/07dep.t +++ b/RPM4/t/07dep.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/07files.t b/RPM4/t/07files.t index a85e3d6..8ca7e80 100644 --- a/RPM4/t/07files.t +++ b/RPM4/t/07files.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/09hdlist.t b/RPM4/t/09hdlist.t index 17d32f4..ce45371 100644 --- a/RPM4/t/09hdlist.t +++ b/RPM4/t/09hdlist.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; diff --git a/RPM4/t/11media.t b/RPM4/t/11media.t index 6df34bf..ac7b037 100644 --- a/RPM4/t/11media.t +++ b/RPM4/t/11media.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # $Id$ use strict; |