diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-01 19:15:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-01 19:15:49 +0000 |
commit | dc58af4acf855bb719efd5914cbbb66c89319874 (patch) | |
tree | 22daec51578422fb88008ae295aa1e74172f5753 /tests/cp/dir-slash | |
parent | 58c37faa5c7704574bf8b77687753c23b5a6663f (diff) | |
download | coreutils-dc58af4acf855bb719efd5914cbbb66c89319874.tar.xz |
remove redundant (exit $fail)
Diffstat (limited to 'tests/cp/dir-slash')
-rwxr-xr-x | tests/cp/dir-slash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/dir-slash b/tests/cp/dir-slash index 4c2abe035..bdaa12042 100755 --- a/tests/cp/dir-slash +++ b/tests/cp/dir-slash @@ -34,5 +34,4 @@ test -r dir2/file && fail=1 test -r dir2/dir1/file || fail=1 test -r dir1/file || fail=1 -(exit $fail) (exit $fail); exit |