summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests.sh b/tests.sh
index 9a9a38f..781556a 100755
--- a/tests.sh
+++ b/tests.sh
@@ -26,6 +26,7 @@ function make_basic() {
touchp "$1/j/foo"
touchp "$1/k/foo/bar"
touchp "$1/l/foo/bar/baz"
+ echo baz >"$1/l/foo/bar/baz"
}
make_basic "$TMP/basic"
@@ -345,15 +346,15 @@ function test_0057() {
}
function test_0058() {
- bfs_diff basic -size 0
+ bfs_diff basic -type f -size 0
}
function test_0059() {
- bfs_diff basic -size +0
+ bfs_diff basic -type f -size +0
}
function test_0060() {
- bfs_diff basic -size +0c
+ bfs_diff basic -type f -size +0c
}
function test_0061() {