blob: d823a627085bffc88a0619e191b250f0b7815a9d [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package expect
// The path on the host to Expect (https://man7.org/linux/man-pages/man1/expect.1.html)
const EXPECT_HOST_PATH = "/usr/bin/expect"