diff options
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) = @_; |