summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ls-2')
-rwxr-xr-xtests/ls-2/tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ls-2/tests b/tests/ls-2/tests
index 690203ecd..bb5f39c45 100755
--- a/tests/ls-2/tests
+++ b/tests/ls-2/tests
@@ -107,6 +107,14 @@ my @Tests =
. "\e[37;44msticky\e[0m\n"
. "\e[m"
},
+
+ # This is a kludge to work around the fact that on some systems
+ # the files we've just created have a `group ID' that is not one
+ # of those associated with the current user. Hence, attempting
+ # to do `chmod g+s setgid' fails. This substitution maps the
+ # non-highlight 0m code to the expected one.
+ {OUT_SUBST => 's/\[0msetgid/[30;43msetgid/'},
+
{PRE => sub {
system
"touch setuid && chmod u+s setuid;"