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]*.
1 files changed, 1 insertions(+), 1 deletions(-) M tests/guix-package-net.sh
M tests/guix-package-net.sh => tests/guix-package-net.sh +1 -1
@@ 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