diff options
| author | Russ Allbery <rra@stanford.edu> | 2010-03-08 10:57:42 -0800 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2010-03-08 10:57:42 -0800 | 
| commit | 602ff7584d3668c36b1bf5fd43988e6f45eceb48 (patch) | |
| tree | f4870e09c76de744c44e230b1b60b21c89acae3b /perl/t/data | |
| parent | bf51d2dc4857551aadac4304c111c3ccd063604f (diff) | |
Imported Upstream version 0.11upstream/0.11
Diffstat (limited to 'perl/t/data')
| -rwxr-xr-x | perl/t/data/keytab-fake | 2 | ||||
| -rwxr-xr-x | perl/t/data/netdb-fake | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/perl/t/data/keytab-fake b/perl/t/data/keytab-fake index 0ecf264..f4f0fb3 100755 --- a/perl/t/data/keytab-fake +++ b/perl/t/data/keytab-fake @@ -1,6 +1,6 @@  #!/bin/sh  # -# keytab-fake -- Fake keytab-backend implementation. +# Fake keytab-backend implementation.  #  # This keytab-fake script is meant to be run by remctld during testing of  # the keytab object implementation.  It returns a fixed string for diff --git a/perl/t/data/netdb-fake b/perl/t/data/netdb-fake index ae5be18..9624102 100755 --- a/perl/t/data/netdb-fake +++ b/perl/t/data/netdb-fake @@ -1,6 +1,6 @@  #!/bin/sh  # -# netdb-fake -- Fake NetDB remctl interface. +# Fake NetDB remctl interface.  #  # This netdb-fake script is meant to be run by remctld during testing of  # the NetDB ACL verifier.  It returns known roles or errors for different  | 
