diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-01 13:32:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-02 18:47:06 +0200 |
commit | 0c152cd6e322e5594ba2028319965e8453489766 (patch) | |
tree | 269e51d4e8254eabed56e4cc0cd91a57e922924e /tests | |
parent | 835a6582819119f4672f1a3cdcd66ba3783c552f (diff) | |
download | guix-0c152cd6e322e5594ba2028319965e8453489766.tar guix-0c152cd6e322e5594ba2028319965e8453489766.tar.gz |
tests: Remove 't-profile-alt-*-link' files.
Reported by myglc2 <myglc2@gmail.com>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27137#11>.
* tests/guix-package-net.sh: In the trap, remove $profile_alt-[0-9]*.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-package-net.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-package-net.sh b/tests/guix-package-net.sh index 1eff6abba3..927c856b23 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 |