summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-07-21 17:46:02 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-07-21 17:49:16 -0400
commit4a245d3885f99169649cc45e2d1abe606c249d22 (patch)
tree283dc9f8a88a29a9434bb05f6ae86a98190b0559 /tests.sh
parent49fa21d023feb89e236ad4d655d96dde3574560e (diff)
downloadbfs-4a245d3885f99169649cc45e2d1abe606c249d22.tar.xz
Implement -printx
Also from NetBSD.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index f0ada64..d7e9287 100755
--- a/tests.sh
+++ b/tests.sh
@@ -256,6 +256,7 @@ bsd_tests=(
test_nogroup
test_nouser
test_exit
+ test_printx
)
gnu_tests=(
@@ -1227,6 +1228,10 @@ function test_exit() {
bfs_diff basic -name bar -exit -o -print
}
+function test_printx() {
+ bfs_diff weirdnames -printx
+}
+
passed=0
failed=0