summaryrefslogtreecommitdiff
path: root/spec/cli_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/cli_spec.rb')
-rw-r--r--spec/cli_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb
index 26029be..e60cb23 100644
--- a/spec/cli_spec.rb
+++ b/spec/cli_spec.rb
@@ -59,7 +59,6 @@ describe PgxnUtils::CLI do
makefile.should match(/EXTENSION = #{expected_extension}/)
control = File.read("/tmp/#{expected_extension}/#{expected_extension}.control")
- #control.should match(/module_pathname = '\$libdir\/#{expected_extension}'/)
control.should match(/default_version = '#{expected_version}'/)
end