From 924826a817e397c89509963a1d13d951c9d51ce5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Feb 2017 20:25:59 -0500 Subject: bftw: Make the nameoff of "///" point to "/" This simplifies a few things such as -name handling for ///. --- tests/test_execdir_slashes.out | 2 +- tests/test_printf_slashes.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_execdir_slashes.out b/tests/test_execdir_slashes.out index 187b81f..b498fd4 100644 --- a/tests/test_execdir_slashes.out +++ b/tests/test_execdir_slashes.out @@ -1 +1 @@ -/// +/ diff --git a/tests/test_printf_slashes.out b/tests/test_printf_slashes.out index 60710e5..5571971 100644 --- a/tests/test_printf_slashes.out +++ b/tests/test_printf_slashes.out @@ -1 +1 @@ -(/)/(///) +(/)/(/) -- cgit v1.2.3