diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-24 23:37:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-24 23:37:56 -0400 |
commit | 0b9bf589a2762267fedf7321ba03968ebc3abfcd (patch) | |
tree | aa479f35f68ce83aaae88581e07739f02d911ec6 /tests | |
parent | 3857f41551b2ad3e5288828163afb6f67c7cc6f1 (diff) | |
download | bfs-0b9bf589a2762267fedf7321ba03968ebc3abfcd.tar.xz |
tests: Add some tests that require sudo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_mount.out | 4 | ||||
-rw-r--r-- | tests/test_type_bind_mount.out | 1 | ||||
-rw-r--r-- | tests/test_xdev.out | 4 |
3 files changed, 9 insertions, 0 deletions
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 |