summaryrefslogtreecommitdiffstats
path: root/tests/bugs/949327.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/949327.t')
-rw-r--r--tests/bugs/949327.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/949327.t b/tests/bugs/949327.t
index 7b0c5c51a81..b8ac995f246 100644
--- a/tests/bugs/949327.t
+++ b/tests/bugs/949327.t
@@ -7,7 +7,7 @@ cleanup;
function tmp_file_count()
{
-echo $(ls -lh /tmp/tmp.* | wc -l)
+ echo $(ls -lh /tmp/tmp.* 2>/dev/null | wc -l)
}