guix-commits
[Top][All Lists]
Advanced

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

01/08: tests: Remove 't-profile-alt-*-link' files.


From: Ludovic Courtès
Subject: 01/08: tests: Remove 't-profile-alt-*-link' files.
Date: Fri, 2 Jun 2017 12:48:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0c152cd6e322e5594ba2028319965e8453489766
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 1 13:32:31 2017 +0200

    tests: Remove 't-profile-alt-*-link' files.
    
    Reported by myglc2 <address@hidden>
    at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27137#11>.
    
    * tests/guix-package-net.sh: In the trap, remove $profile_alt-[0-9]*.
---
 tests/guix-package-net.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-package-net.sh b/tests/guix-package-net.sh
index 1eff6ab..927c856 100644
--- a/tests/guix-package-net.sh
+++ b/tests/guix-package-net.sh
@@ -49,7 +49,7 @@ profile="t-profile-$$"
 profile_alt="t-profile-alt-$$"
 rm -f "$profile"
 
-trap 'rm -f "$profile" "$profile_alt" "$profile-"[0-9]* ; rm -rf t-home-'"$$" 
EXIT
+trap 'rm -f "$profile" "$profile_alt" "$profile-"[0-9]* "$profile_alt-"[0-9]* 
; rm -rf t-home-'"$$" EXIT
 
 
 guix package --bootstrap -p "$profile" -i guile-bootstrap



reply via email to

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