diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-12 14:09:15 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-12 14:09:15 +0000 |
commit | 2009b384bf678583ef0ff0647d5e8fb88114c3ff (patch) | |
tree | 1113155a9ff8a75f9f31074f1c38a6d5574c9a79 /t/superuser--should-restart.t | |
parent | be0025cbebfd91d754be71297cb4c3a5e18fffb7 (diff) | |
download | urpmi-2009b384bf678583ef0ff0647d5e8fb88114c3ff.tar urpmi-2009b384bf678583ef0ff0647d5e8fb88114c3ff.tar.gz urpmi-2009b384bf678583ef0ff0647d5e8fb88114c3ff.tar.bz2 urpmi-2009b384bf678583ef0ff0647d5e8fb88114c3ff.tar.xz urpmi-2009b384bf678583ef0ff0647d5e8fb88114c3ff.zip |
adjust tests for string changes
Diffstat (limited to 't/superuser--should-restart.t')
-rw-r--r-- | t/superuser--should-restart.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--should-restart.t b/t/superuser--should-restart.t index a8729712..ba4b5adb 100644 --- a/t/superuser--should-restart.t +++ b/t/superuser--should-restart.t @@ -14,9 +14,9 @@ my $medium_name = 'should-restart'; urpmi_addmedia("$medium_name $::pwd/media/$medium_name"); -test_urpmi('a', 'You should restart system for a'); +test_urpmi('a', 'You should restart your computer for a'); test_urpmi('b', ''); -test_urpmi('c', 'You should restart system for a, c'); +test_urpmi('c', 'You should restart your computer for a, c'); sub test_urpmi { my ($para, $wanted) = @_; |