diff options
-rw-r--r-- | tests/chown/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index e7fc3904e..b69e90a29 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -268,8 +268,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ + basic \ deref \ - basic + separator EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |