From: Denys Vlasenko Date: Tue, 9 Dec 2008 14:02:59 +0000 (+0000) Subject: vda tests his commit powers by removing trailing whitespace from a test X-Git-Tag: v4.5.19~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62958b2fd998e45a1fe0c2ef554ddb0a826b3445;p=strace vda tests his commit powers by removing trailing whitespace from a test --- diff --git a/test/skodic.c b/test/skodic.c index 1ba103f4..14955783 100644 --- a/test/skodic.c +++ b/test/skodic.c @@ -22,7 +22,7 @@ main(void) *c = 0; if (fork()) { while(1) { - strcpy( c, "/etc/passwd" ); + strcpy( c, "/etc/passwd" ); strcpy( c, "/etc/shadow" ); } } else