diff options
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 () |