diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-11 07:51:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-11 07:51:05 +0000 |
commit | 6ccf57e3b90fd3809ffb9a38efad0d38bed263a9 (patch) | |
tree | 2022c12c751e44bd05a6430e794ff3cae6d55a53 /tests | |
parent | 40b5d67c1fcf3c94b5960f69ff98a7aae253c59f (diff) | |
download | coreutils-6ccf57e3b90fd3809ffb9a38efad0d38bed263a9.tar.xz |
(TESTS): Add atomic.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index fc4eb3e75..bbd700e5f 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits XFAIL_TESTS = acl TESTS = \ + atomic \ acl \ reply-no \ leak-fd \ |