X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6ebc305620a6cabe8e5c49db94247e1177c73d36..e8d1a643cdbc3a5f4c0e5c745da58d9f7e1248d8:/sdk/cli/test/test_arv-tag.rb diff --git a/sdk/cli/test/test_arv-tag.rb b/sdk/cli/test/test_arv-tag.rb index a5a1c94fff..895d0559e5 100644 --- a/sdk/cli/test/test_arv-tag.rb +++ b/sdk/cli/test/test_arv-tag.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + require 'minitest/autorun' require 'digest/md5' require 'json' @@ -9,14 +13,14 @@ end class TestArvTag < Minitest::Test def test_no_args - skip "Waiting unitl #4534 is implemented" + skip "Waiting until #4534 is implemented" # arv-tag exits with failure if run with no args out, err = capture_subprocess_io do assert_equal false, arv_tag end assert_empty out - assert_match /^usage:/i, err + assert_match(/^usage:/i, err) end # Test adding and removing a single tag on a single object.