emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix tramp test


From: Michael Albinus
Subject: Re: [PATCH] Fix tramp test
Date: Sun, 22 Feb 2015 15:14:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Przemysław Wojnowski <address@hidden> writes:

> Hello everybody,
>
> A tiny patch for a test that fails in non English systems. OS output summary 
> is
> language dependent and for example in Polish it displays "razem 1234" instead 
> of
> "total 1234".
>
> Please let me know if it can't be applied for some reason.
>
> diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
> index 2c4610c..e60a13f 100644
> --- a/test/automated/tramp-tests.el
> +++ b/test/automated/tramp-tests.el
> @@ -955,7 +955,7 @@ This tests also `file-directory-p' and 
> `file-accessible-directory-p'."
>            (looking-at-p
>             (concat
>              ;; There might be a summary line.
> -            "\\(total.+[[:digit:]]+\n\\)?"
> +            "\\([[:alpha:]].+[[:digit:]]+\n\\)?"

Better might be "\\([[:alpha:]]+[[:blank:]]+[[:digit:]]+\n\\)?"

>              ;; We don't know in which order "." and ".." appear.
>              "\\(.+ \\.?\\.\n\\)\\{2\\}"
>              ".+ foo$")))))

Beside of this, it looks OK to me. Please apply.

> Thanks!

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]