From 5ef696da405d72a68d0996a7c4662f689accee82 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 5 Dec 2016 07:59:14 -0500 Subject: tests: Don't check -links for directories --- tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 54371fd..9a9a38f 100755 --- a/tests.sh +++ b/tests.sh @@ -209,15 +209,15 @@ function test_0023() { } function test_0024() { - bfs_diff links -links 2 + bfs_diff links -type f -links 2 } function test_0025() { - bfs_diff links -links -2 + bfs_diff links -type f -links -2 } function test_0026() { - bfs_diff links -links +1 + bfs_diff links -type f -links +1 } function test_0027() { -- cgit v1.2.3