Skip to content

Commit

Permalink
Update test to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bouk committed Jan 16, 2021
1 parent 7257ae5 commit 02f9ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/translate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function cool
cat | cat
end
echo (cat test.bash | cool | fish -c 'cool | cool | fish -c \'echo \\\'cool\\\' | cool\'')
test -e /var/file.sh && source /var/file.sh
test -e /var/file.sh && /bin/babelfish < /var/file.sh | source
if [ -z "$SSH_AUTH_SOCK" ]
set -gx SSH_AUTH_SOCK (/bin/gpgconf --list-dirs agent-ssh-socket | string collect; or echo)
end
Expand Down Expand Up @@ -385,6 +385,6 @@ echo (count $cool)
echo (string length "$cool")
set a (ok | string collect; or echo)
set a (ok | string collect; or echo)
source /etc/bashrc
/bin/babelfish < /etc/bashrc | source
test 123 != 0
`

0 comments on commit 02f9ea6

Please sign in to comment.