From c3d97a0aa6c0743b7318994d301488b1449d6474 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Oct 2005 14:30:53 +0000 Subject: [PATCH] . --- ChangeLog | 2 +- tests/chmod/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a30a11..4bb7e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * Version 5.92-cvs. - * tests/chmod/octal: New file, to exercise today's + * tests/chmod/octal: New file/test, to exercise today's lib/modechange.c fix. * tests/chmod/Makefile.am (TESTS): Add octal. * NEWS: Mention this chmod fix as well as the dircolors one. diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index b0b246f..a988ddf 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -295,7 +295,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = no-x equals equal-x c-option setgid umask-x usage +TESTS = octal no-x equals equal-x c-option setgid umask-x usage EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" -- 2.7.4