Skip to content

Commit fc635e8

Browse files
(maint) Stop referencing undefined variable in package testing
With strict mode on, this test fails instead of warning when `$releasever` is not defined. Removing the variable allows the test to complete successfully. This will allow acceptance tests to run for PA-4881.
1 parent 01d2777 commit fc635e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/provider/package/rpm_ensure_install_multiversion_package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
repo_content = <<-REPO
1313
[local]
14-
name=EL-$releasever - test packages
14+
name=EL-releasever - test packages
1515
baseurl=file:///tmp/el-repo
1616
enabled=1
1717
gpgcheck=0

0 commit comments

Comments
 (0)