an initial `sit-for' prior the while loop.
+2014-02-17 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/tramp-tests.el (tramp-test28-shell-command): Perform
+ an initial `sit-for' prior the while loop.
+
2014-02-16 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.2.9.
(should (file-exists-p tmp-name))
(async-shell-command
(format "ls %s" (file-name-nondirectory tmp-name)) (current-buffer))
+ (sit-for 1 'nodisplay)
(while (ignore-errors
(memq (process-status (get-buffer-process (current-buffer)))
'(run open)))
(process-send-string
(get-buffer-process (current-buffer))
(format "%s\n" (file-name-nondirectory tmp-name)))
+ (sit-for 1 'nodisplay)
(while (ignore-errors
(memq (process-status (get-buffer-process (current-buffer)))
'(run open)))