From 0b9bf589a2762267fedf7321ba03968ebc3abfcd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 24 Apr 2019 23:37:56 -0400 Subject: tests: Add some tests that require sudo --- tests/test_mount.out | 4 ++++ tests/test_type_bind_mount.out | 1 + tests/test_xdev.out | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 tests/test_mount.out create mode 100644 tests/test_type_bind_mount.out create mode 100644 tests/test_xdev.out (limited to 'tests') diff --git a/tests/test_mount.out b/tests/test_mount.out new file mode 100644 index 0000000..005bdcf --- /dev/null +++ b/tests/test_mount.out @@ -0,0 +1,4 @@ +scratch +scratch/foo +scratch/mnt +scratch/foo/bar diff --git a/tests/test_type_bind_mount.out b/tests/test_type_bind_mount.out new file mode 100644 index 0000000..6435159 --- /dev/null +++ b/tests/test_type_bind_mount.out @@ -0,0 +1 @@ +scratch/null diff --git a/tests/test_xdev.out b/tests/test_xdev.out new file mode 100644 index 0000000..005bdcf --- /dev/null +++ b/tests/test_xdev.out @@ -0,0 +1,4 @@ +scratch +scratch/foo +scratch/mnt +scratch/foo/bar -- cgit v1.2.3