You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust tests reg. previous commit and symlinks on Windows
This adjust symlink tests on Windows to succeed with developer mode enabled and disabled.
Move `symlink_supported?` to be available for other tests.
Return `true` only if symlink permission is granted (developer mode enabled).
assert_equal"WARNING: ascii_binder-0.1.10.1 ships with a dangling symlink named bin/ascii_binder pointing to missing bin/asciibinder file. Ignoring",errors.shift
762
-
assert_emptyerrors
763
-
762
+
ifsymlink_supported?
763
+
assert_emptyerrors
764
+
else
765
+
assert_match(/Unable to use symlinks, installing wrapper/i,
0 commit comments