xref: /freebsd/contrib/unifdef/tests/overenoent.sh (revision fb3ef04d2028110f06d68b09009f1f2ca0f4128e)
1*fb3ef04dSDag-Erling Smørgravln -s nonexistent/path outfile.c
2*fb3ef04dSDag-Erling Smørgravunifdef -DFOO=1 -DFOOB=42 -UBAR -ooutfile.c if1.c
3*fb3ef04dSDag-Erling Smørgrave=$?
4*fb3ef04dSDag-Erling Smørgravrm -f outfile.c
5*fb3ef04dSDag-Erling Smørgravexit $e
6