From 423058a367043ca5ca59f6080dcf5ed4f7b3475b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 13 Sep 2019 21:09:12 -0400 Subject: tests: Don't redirect to /dev/null when unnecessary --- tests.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests.sh b/tests.sh index 1cfde68..0edf42f 100755 --- a/tests.sh +++ b/tests.sh @@ -1047,11 +1047,11 @@ function test_name_trailing_slash() { } function test_name_slash() { - bfs_diff / -maxdepth 0 -name / 2>/dev/null + bfs_diff / -maxdepth 0 -name / } function test_name_slashes() { - bfs_diff /// -maxdepth 0 -name / 2>/dev/null + bfs_diff /// -maxdepth 0 -name / } function test_path() { @@ -1299,11 +1299,11 @@ function test_ilname() { } function test_L_lname() { - bfs_diff -L links -lname '[aq]' 2>/dev/null + bfs_diff -L links -lname '[aq]' } function test_L_ilname() { - bfs_diff -L links -ilname '[AQ]' 2>/dev/null + bfs_diff -L links -ilname '[AQ]' } function test_user_name() { -- cgit v1.2.3