X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-getopt_long.h;h=7a748674aeda35dacf5fdd0a71b8d86560f437ca;hb=ab426d01279fa5cb18891d4f088dc13683f86659;hp=0e58fecbb868bbe497add61ef1622dedb15b5e6a;hpb=61c96af09d3d2c917c69b17cc827e28a280db66c;p=gnulib.git diff --git a/tests/test-getopt_long.h b/tests/test-getopt_long.h index 0e58fecbb..7a748674a 100644 --- a/tests/test-getopt_long.h +++ b/tests/test-getopt_long.h @@ -1,5 +1,5 @@ /* Test of command line argument processing. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1747,7 +1747,7 @@ test_getopt_long (void) ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); - ASSERT (optind = 1); + ASSERT (optind == 1); } /* Check that the '+' flag has to come first. */