summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 9302cfc..1045e51 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1342,7 +1342,7 @@ function test_printf_w() {
}
function test_fstype() {
- fstype="$(invoke_bfs -printf '%F\n' | head -n1)"
+ fstype="$(invoke_bfs basic -maxdepth 0 -printf '%F\n')"
bfs_diff basic -fstype "$fstype"
}