1# Other tests thoroughly check that 'env' cannot call various builtin commands. 2# Pick one and make sure it fails even if there's a 'not' in the way. 3 4# RUN: env -u FOO BAR=3 not rm %t.no-such-file 5