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
t/test-lib test_equal: Expected may be glob pattern to match actual
This is done simply by using Bash `[[` instead of POSIX `[` test.
Also change the `==` comparison to `=`; Bash was accepting the former
but it's not POSIX.
0 commit comments