(setq load-path (cons "y:/tramp/lisp" load-path))

(find-file "/sshx:albinus@gandalf.fritz.box:~/src/tramp/")

(setenv "REMOTE_TEMPORARY_FILE_DIRECTORY" "/androidsu::/data/local/tmp")
(setenv "REMOTE_TEMPORARY_FILE_DIRECTORY" "/sshx:albinus@gandalf.fritz.box:tmp")
(load "y:/tramp/test/tramp-tests")

(cl-letf (((symbol-function #'yes-or-no-p) #'always))
  (ert t))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

# cd src/emacs
# env EMACS_TEST_VERBOSE=1 REMOTE_TEMPORARY_FILE_DIRECTORY='/plink:albinus@gandalf:tmp' src/emacs -L /y/tramp/lisp /y/tramp/test/tramp-tests.el -f eval-buffer -f ert
