summaryrefslogtreecommitdiff
path: root/tests/cp/dir-slash
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-01 19:15:49 +0000
committerJim Meyering <jim@meyering.net>2002-07-01 19:15:49 +0000
commitdc58af4acf855bb719efd5914cbbb66c89319874 (patch)
tree22daec51578422fb88008ae295aa1e74172f5753 /tests/cp/dir-slash
parent58c37faa5c7704574bf8b77687753c23b5a6663f (diff)
downloadcoreutils-dc58af4acf855bb719efd5914cbbb66c89319874.tar.xz
remove redundant (exit $fail)
Diffstat (limited to 'tests/cp/dir-slash')
-rwxr-xr-xtests/cp/dir-slash1
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