summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-11-24 21:04:56 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-11-24 21:04:56 -0500
commite2ee1a956a3b11d1840fc051443923b54339072b (patch)
tree5bdccd9a43253e799448618556243d3788bb7729 /tests
parent6b820421d9ffe0599d9ff3f20703b2e2a04e4af8 (diff)
downloadbfs-e2ee1a956a3b11d1840fc051443923b54339072b.tar.xz
Allow // to be different from /
POSIX says that // may be resolved in an implementation-defined way (generally, to access network shares). So don't use it in tests, and don't canonicalize it to '/' in -execdir.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_0044.out2
-rw-r--r--tests/test_0100.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_0044.out b/tests/test_0044.out
index 8337712..187b81f 100644
--- a/tests/test_0044.out
+++ b/tests/test_0044.out
@@ -1 +1 @@
-//
+///
diff --git a/tests/test_0100.out b/tests/test_0100.out
index b498fd4..187b81f 100644
--- a/tests/test_0100.out
+++ b/tests/test_0100.out
@@ -1 +1 @@
-/
+///