aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/utils/check-coverage
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lit/utils/check-coverage')
-rwxr-xr-xutils/lit/utils/check-coverage2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/utils/check-coverage b/utils/lit/utils/check-coverage
index 128e827..cded7a2 100755
--- a/utils/lit/utils/check-coverage
+++ b/utils/lit/utils/check-coverage
@@ -23,7 +23,7 @@ fi
# sitecustomize.
if ! python -c \
'import sitecustomize, sys; sys.exit("coverage" not in dir(sitecustomize))' \
- &> /dev/null; then
+ >/dev/null 2>&1; then
printf 1>&2 "error: active python does not appear to enable coverage in its 'sitecustomize.py'\n"
exit 1
fi