diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-23 14:38:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-23 14:38:03 +0000 |
commit | 0f16f7e6b29cd7aa1b64cfdfc8ff3954d2a2a860 (patch) | |
tree | 1b1cfdb2c7bc31324294e4707a3f417cf4a912dc /tests/mv | |
parent | d45429609845dab712d34bda9c875bcabf73bb27 (diff) | |
download | coreutils-0f16f7e6b29cd7aa1b64cfdfc8ff3954d2a2a860.tar.xz |
(TESTS): Add childproof.
Diffstat (limited to 'tests/mv')
-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 65c92ce06..2703747f9 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = i-4 update i-3 i-2 mv-special-1 \ +TESTS = childproof i-4 update i-3 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 \ |