diff --git a/test/wrapper.fish b/test/wrapper.fish index fd648f5..d5a496b 100644 --- a/test/wrapper.fish +++ b/test/wrapper.fish @@ -34,7 +34,10 @@ for sdk_cmd in $test_commands # For nicer diffs: one entry per line, sorted string split ":" (cat path_bash) | sort > path_bash - string split ":" (cat path_fish) | sort > path_fish + string split ":" (cat path_fish) \ + | string split " " \ + | sort > path_fish + # split by spaces for fish 2.* for out in sout status path anthome if [ (checksum "$out"_bash) != (checksum "$out"_fish) ]