Skip to content

Commit e6fbbb5

Browse files
committed
fix osxbundletest
1 parent 7bc0f9e commit e6fbbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ocra.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ def test_macosx_bundle
11491149
assert File.executable?(exe), "Expected Contents/MacOS/helloworld to be executable"
11501150

11511151
pristine_env exe do
1152-
assert system(exe)
1152+
assert system(File.basename(exe))
11531153
end
11541154
end
11551155
end

0 commit comments

Comments
 (0)