From 7b6bbf9a65226f2c37a15a05f9185b32d51355f7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 11 Sep 2019 22:53:21 -0400 Subject: tests: Add -mount/-xdev tests with -L --- tests/test_L_mount.out | 2 ++ tests/test_L_xdev.out | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 tests/test_L_mount.out create mode 100644 tests/test_L_xdev.out (limited to 'tests') diff --git a/tests/test_L_mount.out b/tests/test_L_mount.out new file mode 100644 index 0000000..ed0e9a1 --- /dev/null +++ b/tests/test_L_mount.out @@ -0,0 +1,2 @@ +scratch +scratch/foo diff --git a/tests/test_L_xdev.out b/tests/test_L_xdev.out new file mode 100644 index 0000000..2c3c590 --- /dev/null +++ b/tests/test_L_xdev.out @@ -0,0 +1,5 @@ +scratch +scratch/foo +scratch/mnt +scratch/foo/bar +scratch/foo/qux -- cgit v1.2.3