Commit d88bf2d
committed
Fix TestAuth_Run_BinaryTokenPreservation on Linux CI
Use #!/bin/bash instead of #!/bin/sh in the test script. On Linux,
/bin/sh is typically dash, which doesn't support \x hex escapes in
printf - it outputs them as literal characters instead of binary bytes.1 parent 6ecb061 commit d88bf2d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
0 commit comments