summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-05 07:59:14 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-05 08:07:31 -0500
commit5ef696da405d72a68d0996a7c4662f689accee82 (patch)
tree56dc0fbf8a28c7c7c611ffdee6310b28218b453d /tests.sh
parent49e767ccb9dcfd2161b89f0d7a980eb85f056c5d (diff)
downloadbfs-5ef696da405d72a68d0996a7c4662f689accee82.tar.xz
tests: Don't check -links for directories
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh6
1 files changed, 3 insertions, 3 deletions
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() {