diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-14 11:06:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-14 11:06:20 +0000 |
commit | c957bbdeae923fc8889d688061ffefec6fe2cde9 (patch) | |
tree | 7ff6767e145dc1901055d8c890680cfcd061728b /tests | |
parent | c6a4fe00dbc12706796da65e4d3915af663b1b55 (diff) | |
download | coreutils-c957bbdeae923fc8889d688061ffefec6fe2cde9.tar.xz |
(TESTS): Add trailing-slash.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index d2b2c225e..1ddf17b03 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = i-2 mv-special-1 into-self into-self-2 into-self-3 into-self-4 \ backup-is-src \ i-1 hard-link-1 force partition-perm to-symlink dir-file diag \ - part-symlink part-rename + part-symlink part-rename trailing-slash EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ |