diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 68236daf49b..77b1e2dcc9f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -3070,7 +3070,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3070 | (should (file-selinux-context tmp-name3)) | 3070 | (should (file-selinux-context tmp-name3)) |
| 3071 | ;; We cannot expect that copying over file system | 3071 | ;; We cannot expect that copying over file system |
| 3072 | ;; boundaries keeps SELinux context. So we copy it | 3072 | ;; boundaries keeps SELinux context. So we copy it |
| 3073 | ;; explicitely. | 3073 | ;; explicitly. |
| 3074 | (should | 3074 | (should |
| 3075 | (set-file-selinux-context | 3075 | (set-file-selinux-context |
| 3076 | tmp-name3 (file-selinux-context tmp-name1))) | 3076 | tmp-name3 (file-selinux-context tmp-name1))) |
| @@ -3104,7 +3104,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3104 | (should (file-selinux-context tmp-name1)) | 3104 | (should (file-selinux-context tmp-name1)) |
| 3105 | ;; We cannot expect that copying over file system | 3105 | ;; We cannot expect that copying over file system |
| 3106 | ;; boundaries keeps SELinux context. So we copy it | 3106 | ;; boundaries keeps SELinux context. So we copy it |
| 3107 | ;; explicitely. | 3107 | ;; explicitly. |
| 3108 | (should | 3108 | (should |
| 3109 | (set-file-selinux-context | 3109 | (set-file-selinux-context |
| 3110 | tmp-name1 (file-selinux-context tmp-name3))) | 3110 | tmp-name1 (file-selinux-context tmp-name3))) |