#!/bin/sh
# POSIX_REF: 4 Utilities - test
# DESCRIPTION: unknown unary operator reports exit 2
# EXPECT_EXIT: 2
[ -Z foo ]
