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