xref: /freebsd/contrib/unifdef/tests/overenoent.sh (revision fb3ef04d2028110f06d68b09009f1f2ca0f4128e)
1ln -s nonexistent/path outfile.c
2unifdef -DFOO=1 -DFOOB=42 -UBAR -ooutfile.c if1.c
3e=$?
4rm -f outfile.c
5exit $e
6