diff options
| author | Paul Eggert | 2017-11-16 00:00:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-16 00:01:00 -0800 |
| commit | 720322aab8cd8ffc24481f280c3acf60efdbc28b (patch) | |
| tree | 27c318b89cc1e71a042dc9f51323982d189cdb84 /test | |
| parent | 617c55681307c2d8203778c9f654f279c7bddb27 (diff) | |
| download | emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.zip | |
; Spelling fixes
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))) |