aboutsummaryrefslogtreecommitdiff
path: root/tests/shadow.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shadow.at')
-rw-r--r--tests/shadow.at8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/shadow.at b/tests/shadow.at
index f53c6661..631fc4d5 100644
--- a/tests/shadow.at
+++ b/tests/shadow.at
@@ -12,9 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301 USA
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([variable shadowing])
AT_KEYWORDS([variable variables shadow])
@@ -22,8 +20,8 @@ AT_KEYWORDS([variable variables shadow])
prog=$ETCDIR/shadow.rc
cat > experr <<EOT
-mailfromd: $prog:20: Warning: Parameter \`x' is shadowing a global
-mailfromd: $prog:28: Warning: Automatic variable \`x' is shadowing a global
+mailfromd: $prog:19: Warning: Parameter \`x' is shadowing a global
+mailfromd: $prog:27: Warning: Automatic variable \`x' is shadowing a global
param
auto text
initial

Return to:

Send suggestions and report system problems to the System administrator.