diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-02-09 20:25:59 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-02-09 20:25:59 -0500 |
commit | 924826a817e397c89509963a1d13d951c9d51ce5 (patch) | |
tree | d9eb1cd82578c46ffed3a20897331dc82847437d /tests | |
parent | 65af85882ae46cd8750b7f03519c3b291fc693db (diff) | |
download | bfs-924826a817e397c89509963a1d13d951c9d51ce5.tar.xz |
bftw: Make the nameoff of "///" point to "/"
This simplifies a few things such as -name handling for ///.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_execdir_slashes.out | 2 | ||||
-rw-r--r-- | tests/test_printf_slashes.out | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ -(/)/(///) +(/)/(/) |