blob: c3d1cde70bfaefb8e4fa2dae3b32f0a2afcdb122 (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD: releng/12.0/bin/sh/tests/parser/no-space2.0 218891 2011-02-20 17:28:58Z jilles $
# This conflicts with ksh extended patterns but occurs in the wild.
set -e
!(false)
|