#!/bin/sh
# POSIX_REF: 2.8.2 Exit Status for Commands
# DESCRIPTION: Successful command returns exit code 0
# EXPECT_EXIT: 0
true
