// This file is part of the uutils sed package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use env;
pub const TESTS_BINARY: &str = env!;
// Use the ctor attribute to run this function before any tests