diff options
-rw-r--r-- | tests/rm/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index e87d618f8..1983173de 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -149,7 +149,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = cycle i-no-r fail-eperm \ +TESTS = \ + fail-2eperm \ + cycle i-no-r fail-eperm \ dangling-symlink rm1 rm2 rm3 rm4 rm5 \ unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ isatty # unreadable empty-name |