[Libsysio-commit] HEAD: libsysio/tests test_rw.pl
Brought to you by:
lward
From: Sonja T. <so...@us...> - 2004-03-01 23:08:17
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31923/tests Modified Files: test_rw.pl Log Message: Oops. Might be nice to have test_rw.pl clean up after itself... Index: test_rw.pl =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_rw.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -b -B -p -r1.3 -r1.4 --- test_rw.pl 1 Mar 2004 22:46:39 -0000 1.3 +++ test_rw.pl 1 Mar 2004 22:49:01 -0000 1.4 @@ -459,6 +459,7 @@ sub od_verify } close(ODFILE); + system("rm -f tmp.out.$$"); } sub process_cmd |