bug-guix
[Top][All Lists]
Advanced

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

bug#43727: tests/guix-environment.sh is broken when SHELL=fish


From: Mikhail Tsykalov
Subject: bug#43727: tests/guix-environment.sh is broken when SHELL=fish
Date: Wed, 30 Sep 2020 20:39:07 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.12.0

Hi,

I'm on commit db194f714a8beb155c508c06e346c7c2322e7053. Running tests with fish as shell always results in failure at test tests/guix-environment.sh. Seems like problem is with difference in `set` output format.

`set` command in fish outputs environmental variables in format:
VAR1 VAL1
VAR2 VAL2

tests/guix-environment.sh expects format:
VAR1=VAL1
VAR2=VAL2

Thanks,
Mikhail



Attachment: guix-environment.log
Description: Text Data


reply via email to

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