1 /* $NetBSD: opt_P.c,v 1.1 2021/10/22 20:54:36 rillig Exp $ */ 2 /* $FreeBSD$ */ 3 4 /* 5 * Tests for the option '-P', which specifies a profile file to be used 6 * instead of '$HOME/.indent.pro'. 7 * 8 * The format of the tests in t_options.sh does not allow the tests to create 9 * arbitrary files, therefore this test is rather restricted. See t_misc.sh 10 * for more related tests with individual setup. 11 */ 12 13 #indent input 14 int decl; 15 #indent end 16 17 #indent run -di24 -P/dev/null -di32 18 int decl; 19 #indent end 20