guix-devel
[Top][All Lists]
Advanced

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

Re: Acl


From: Andreas Enge
Subject: Re: Acl
Date: Fri, 7 Nov 2014 23:30:05 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Nov 07, 2014 at 10:15:12AM +0100, Ludovic Courtès wrote:
> OK.  Could you create the ‘core-updates’ branch and commit it?

Done. I have also worked a bit on tests and got them to execute at least.

Now a few of the first ones fail like this:
[16] $ ls -dl d | awk '{print $1}' | sed 's/.$//g' -- failed
drwxr-xr-                             != drwxr-xr-t
[18] $ ls -dl d/u | awk '{print $1}' | sed 's/.$//g' -- failed
-rwSr--r-                             != -rwSr--r--
[20] $ ls -dl d/g | awk '{print $1}' | sed 's/.$//g' -- failed
-rw-r-Sr-                             != -rw-r-Sr--

It looks as if "ls -dl" were expected to output one character more than
it does. The tests also fail outside of guix. When I drop the "sed ...",
these tests pass, but then others fail.

Andreas




reply via email to

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