#!/bin/bash # Test compound scopes . tests/common.sh set -e echo -n "- Different argument counts: " assert_exit_status_stdin 5 <