fish shellのmake testでTests disabled: expect not foundなどというエラーに見舞われたのでexpectを入れたら解決
— shigemk2 (@shigemk2) November 1, 2017
fish shellでmake testしたらばexpectがないってんで怒られたので、sudo apt-get install expectで入れたら解決した話。
なお、expect自体は対話の自動化が出来るコマンド。npmにも同じ名前のモジュールがあるけど違う。