From 39c4563aeaa525e71328d1ec08ef568c8a124152 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Thu, 4 Sep 2014 21:35:57 +0200
Subject: profiles: Use a real arrow to denote upgrades in ASCII.

Suggested by Alex Kost.

* guix/profiles.scm (right-arrow): Fall back to "->".
* tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
---
 tests/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/profiles.scm')

diff --git a/tests/profiles.scm b/tests/profiles.scm
index 879f71073f..99f1fd2763 100644
--- a/tests/profiles.scm
+++ b/tests/profiles.scm
@@ -167,7 +167,7 @@ (define glibc
                              (with-error-to-string
                               (lambda ()
                                 (manifest-show-transaction store m t)))))
-             (string-match "guile\t1.8.8 > 2.0.9"
+             (string-match "guile\t1.8.8 -> 2.0.9"
                            (with-fluids ((%default-port-encoding "ISO-8859-1"))
                              (with-error-to-string
                               (lambda ()
-- 
cgit v1.2.3