summaryrefslogtreecommitdiff
path: root/test/test_shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_shellwords.rb')
-rw-r--r--test/test_shellwords.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_shellwords.rb b/test/test_shellwords.rb
index 1d914c5c0e..ddb2d870b0 100644
--- a/test/test_shellwords.rb
+++ b/test/test_shellwords.rb
@@ -11,12 +11,6 @@ class TestShellwords < Test::Unit::TestCase
end
- def test_not_string
- assert_raises ArgumentError do
- shellwords(@not_string)
- end
- end
-
def test_string
assert_instance_of(Array, shellwords(@cmd))
assert_equal(4, shellwords(@cmd).length)