[Libsysio-commit] HEAD: libsysio/tests test_copy.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-08-21 20:48:44
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1:/tmp/cvs-serv3131 Modified Files: test_copy.c Log Message: Per Jim Schutt, fix a bug in the the getopt format string. Now recognizes the -r option correctly. Index: test_copy.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_copy.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_copy.c 14 Aug 2003 18:39:33 -0000 1.6 +++ test_copy.c 21 Aug 2003 19:39:13 -0000 1.7 @@ -90,7 +90,7 @@ main(int argc, char * const argv[]) #ifdef AUTOMOUNT_FILE_NAME "a" #endif - "i:m:")) != -1) + "r:m:")) != -1) switch (i) { #ifdef AUTOMOUNT_FILE_NAME |