summaryrefslogtreecommitdiff
path: root/tests/touch/dangling-symlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/dangling-symlink')
-rwxr-xr-xtests/touch/dangling-symlink10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/touch/dangling-symlink b/tests/touch/dangling-symlink
index 908f30a8a..3c5cbdcec 100755
--- a/tests/touch/dangling-symlink
+++ b/tests/touch/dangling-symlink
@@ -39,14 +39,12 @@ if test $fail = 1; then
*linux-gnu*)
case "`uname -r`" in
2.3.9[0-9]*)
- cat 1>&2 <<EOF
-====================================================
-$0: WARNING!!!
+ skip_test_ \
+'****************************************************
+WARNING!!!
This version of the Linux kernel causes touch to fail
when operating on dangling symlinks.
-====================================================
-EOF
- exit 77
+****************************************************'
;;
esac
;;