summaryrefslogtreecommitdiff
path: root/tests/other-fs-tmpdir
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-06 23:05:16 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:38 +0200
commit33173e867aa45b7f88551551da51e36875582813 (patch)
tree8bbe0a98f0b3cbd0977e35b2b0d4f4cc432dc288 /tests/other-fs-tmpdir
parentdf0beae1eb1318869d51a064aec8fdd401877cbf (diff)
downloadcoreutils-33173e867aa45b7f88551551da51e36875582813.tar.xz
Convert tests/mv, too.
* tests/other-fs-tmpdir: Before, all callers would exit 77 upon failure to find the required dir. Now, exit 77 in this script so callers don't have to. Adjust callers.
Diffstat (limited to 'tests/other-fs-tmpdir')
-rwxr-xr-xtests/other-fs-tmpdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/other-fs-tmpdir b/tests/other-fs-tmpdir
index 30a91bc6e..baee6d5db 100755
--- a/tests/other-fs-tmpdir
+++ b/tests/other-fs-tmpdir
@@ -4,7 +4,7 @@
# of the current directory. If one is found, create a temporary directory
# inside it.
-# Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@ Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
**************************************
EOF
- #'
+ (exit 77); exit 77
fi
test "$VERBOSE" = yes && set -x