#!/bin/sh
# POSIX_REF: 2.9.1 Simple Commands
# DESCRIPTION: Commands are found via PATH search
# EXPECT_EXIT: 0
/bin/echo path_works >/dev/null
