diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-04 21:35:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-04 21:35:57 +0200 |
commit | 39c4563aeaa525e71328d1ec08ef568c8a124152 (patch) | |
tree | 9d96eb43f88cc6628de6a4f30457ebbe65d6ab6d /tests/profiles.scm | |
parent | 457f60fa068c7becf60841daa2b6fc5121aedead (diff) | |
download | guix-39c4563aeaa525e71328d1ec08ef568c8a124152.tar guix-39c4563aeaa525e71328d1ec08ef568c8a124152.tar.gz |
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.
Diffstat (limited to 'tests/profiles.scm')
-rw-r--r-- | tests/profiles.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ (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 () |