From ba173f371f4d300976ba15d93f67661f51b7cb42 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 15 Sep 2021 14:18:14 -0400 Subject: tests: Make the -files0-from tests weirder --- tests.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 46debd9..0cd978e 100755 --- a/tests.sh +++ b/tests.sh @@ -3008,12 +3008,14 @@ function test_flags() { } function test_files0_from_file() { - invoke_bfs basic -fprint0 scratch/files0.in - bfs_diff -files0-from scratch/files0.in + cd weirdnames + invoke_bfs -mindepth 1 -fprintf ../scratch/files0.in "%P\0" + bfs_diff -files0-from ../scratch/files0.in } function test_files0_from_stdin() { - invoke_bfs basic -print0 | bfs_diff -files0-from - + cd weirdnames + invoke_bfs -mindepth 1 -printf "%P\0" | bfs_diff -files0-from - } function test_files0_from_none() { -- cgit v1.2.3