diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-10 09:02:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-10 09:02:29 +0000 |
commit | 0e12cbe0e2634e40333e2a6f5a0f29907e32b7c7 (patch) | |
tree | 7a1419bae9b330af38783ef9152ad787c3ec7b62 /tests | |
parent | 6165d7114f33ba87f6eff524fa650d4911091d4c (diff) | |
download | coreutils-0e12cbe0e2634e40333e2a6f5a0f29907e32b7c7.tar.xz |
fix typo
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mkdir/parents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/parents b/tests/mkdir/parents index edd100035..f32f00ec3 100755 --- a/tests/mkdir/parents +++ b/tests/mkdir/parents @@ -31,7 +31,7 @@ fail=0 p=`ls -ld e-dir|sed 's/ .*//'` case $p in drwx------);; *) fail=1;; esac -if test $fail = 1 +if test $fail = 1; then cat <<EOF >&2 $0: Since it looks like you're running this test in a directory with the sticky bit set, we're skipping this test. |