[Libsysio-commit] HEAD: libsysio/tests test_getcwd.pl test_path.pl
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2004-07-15 20:27:13
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17118 Modified Files: test_getcwd.pl test_path.pl Log Message: alpha compatability changes Index: test_getcwd.pl =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_getcwd.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_getcwd.pl 12 Mar 2004 21:18:18 -0000 1.6 +++ test_getcwd.pl 15 Jul 2004 20:27:02 -0000 1.7 @@ -6,7 +6,7 @@ use strict; use FindBin; use lib "$FindBin::Bin"; use helper; -use Fcntl ':mode'; +use Fcntl; sub usage Index: test_path.pl =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_path.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -b -B -p -r1.5 -r1.6 --- test_path.pl 12 Mar 2004 20:42:41 -0000 1.5 +++ test_path.pl 15 Jul 2004 20:27:02 -0000 1.6 @@ -12,7 +12,7 @@ use FindBin; use lib "$FindBin::Bin"; use helper; use POSIX; -use Fcntl ':mode'; +use Fcntl; sub usage { |