From 0e12cbe0e2634e40333e2a6f5a0f29907e32b7c7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Nov 2000 09:02:29 +0000 Subject: [PATCH] fix typo --- tests/mkdir/parents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mkdir/parents b/tests/mkdir/parents index edd1000..f32f00e 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 <&2 $0: Since it looks like you're running this test in a directory with the sticky bit set, we're skipping this test. -- 2.7.4