summaryrefslogtreecommitdiff
path: root/tests/mkdir/perm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-14 06:26:34 +0000
committerJim Meyering <jim@meyering.net>2003-05-14 06:26:34 +0000
commit01d63f13e81d0623d753d6521076c79d355d1921 (patch)
treec1965f26944090986585ef48750d58fb794a7ad4 /tests/mkdir/perm
parent00a770a30e17ee037bff676b48390bdfff466187 (diff)
downloadcoreutils-01d63f13e81d0623d753d6521076c79d355d1921.tar.xz
Use tr's \n notation rather than \012.
Diffstat (limited to 'tests/mkdir/perm')
-rwxr-xr-xtests/mkdir/perm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/perm b/tests/mkdir/perm
index 3e18eab1a..71998f711 100755
--- a/tests/mkdir/perm
+++ b/tests/mkdir/perm
@@ -48,7 +48,7 @@ for p in empty -p; do
old_IFS=$IFS
IFS=':'
- set - `(echo "$tests"|tr -d '\012'; echo)|sed 's/^ *//;s/ *:/:/g;s/: */:/g'`
+ set - `(echo "$tests"|tr -d '\n'; echo)|sed 's/^ *//;s/ *:/:/g;s/: */:/g'`
IFS=$old_IFS
while :; do