]> git.eshelyaron.com Git - emacs.git/commitdiff
; Instrument tramp-test32-shell-command for EMBA
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 17 Apr 2019 12:19:42 +0000 (14:19 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 17 Apr 2019 12:19:42 +0000 (14:19 +0200)
test/lisp/net/tramp-tests.el

index 64eb1ddefd8262387875c65f0e391932d04d6f95..24eb7d6f0bf9241760d8e337201a2baa52dfe7b7 100644 (file)
@@ -4188,6 +4188,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
       ;; Test `shell-command-width' of `async-shell-command'.
       (when (tramp--test-sh-p)
        (let (shell-command-width)
+          (tramp--test-message "Hallo1 %s" (ignore-errors (car (process-lines "tput" "cols"))))
+          (tramp--test-message "Hallo2 %s" (ignore-errors (tramp--test-shell-command-to-string-asynchronously "tput cols")))
          (should
           (string-equal
            ;; `frame-width' does not return a proper value.
@@ -4197,6 +4199,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
            (tramp--test-shell-command-to-string-asynchronously
             "tput cols")))
          (setq shell-command-width 1024)
+          (tramp--test-message "Hallo3 %s" (ignore-errors (tramp--test-shell-command-to-string-asynchronously "tput cols")))
          (should
           (string-equal
            "1024\n"