diff --git a/test/list-untested.rb b/test/list-untested.rb index 4beb707..1ca7817 100644 --- a/test/list-untested.rb +++ b/test/list-untested.rb @@ -4,7 +4,7 @@ def print_list(list) end end -test_sh = File.read('test.sh') +test_sh = File.read('test_cbc.sh') tested = test_sh.scan(/[\$\w\-]+\.cb/).reject {|n| /\$/ =~ n } + test_sh.scan(%r<\./[\w\-]+>).map {|n| File.basename(n) + '.cb' } tested = tested.uniq