summaryrefslogtreecommitdiff
path: root/test/tc_highline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_highline.rb')
-rwxr-xr-xtest/tc_highline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_highline.rb b/test/tc_highline.rb
index 90865b2..5c91e20 100755
--- a/test/tc_highline.rb
+++ b/test/tc_highline.rb
@@ -271,7 +271,7 @@ class TestHighLine < Test::Unit::TestCase
output = @output.read
assert_equal "any input", answer
- assert_equal "Prompt: any input\n", output
+ assert_match "Prompt: any input\n", output
@input.close
@output.close