<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/install/basic-1, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-09-16T20:03:56Z</updated>
<entry>
<title>* NEWS: Document that mkdir -p and install -d now fork on occasion.</title>
<updated>2006-09-16T20:03:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-16T20:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b67faf329cebf0805b2b73cc775ccfc7a05390de'/>
<id>urn:sha1:b67faf329cebf0805b2b73cc775ccfc7a05390de</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add savewd.
* src/install.c: Include savewd.h.
(process_dir): New function.
(main, install_file_in_file_parents): Use it, along with the new
savewd module, to avoid some race conditions.
* src/mkdir.c: Include savewd.h.
(struct mkdir_options): New members make_ancestor_function, mode,
mode_bits.
(make_ancestor): Return 1 if the resulting directory is not readable.
(process_dir): New function.
(main): Use it, along with new savewd module, to avoid some
race conditions.  Fill in new slots of struct mkdir_options, so
that callees get the values.
* tests/install/basic-1: Test for coreutils 5.97 bug that was
fixed in coreutils 6.0, and which should still be fixed with
this change.
* tests/mkdir/p-3: Likewise.
</content>
</entry>
<entry>
<title>Add/fix copyright notices and adjust to latest GNU FDL.</title>
<updated>2006-08-17T19:58:17Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-17T19:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=218fa5c61ba2f211b175aa943faa7eea286ff69e'/>
<id>urn:sha1:218fa5c61ba2f211b175aa943faa7eea286ff69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require that this test be run as non-root.</title>
<updated>2005-09-21T14:05:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-21T14:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a559a194054ea097fd40276c37f3e383583839b4'/>
<id>urn:sha1:a559a194054ea097fd40276c37f3e383583839b4</id>
<content type='text'>
Otherwise, it fails due to the fact that the chmod 0 . doesn't
affect root.
</content>
</entry>
<entry>
<title>Ensure that rel-named dirs are not created when chdir($PWD) fails.</title>
<updated>2005-06-15T09:31:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-15T09:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e18177dfbea7f0e3cf346ebe509dc7b71be816c5'/>
<id>urn:sha1:e18177dfbea7f0e3cf346ebe509dc7b71be816c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure that each `-d'-specified directory is created.</title>
<updated>2005-06-15T09:04:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-06-15T09:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=39b87363ae7741512b191a3d1b1c341e826fd7c2'/>
<id>urn:sha1:39b87363ae7741512b191a3d1b1c341e826fd7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Undo previous change.</title>
<updated>2005-04-21T00:30:13Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-21T00:30:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=82e7b3c7cafe7f1806cea2c6aa08a5ff3aa85ef7'/>
<id>urn:sha1:82e7b3c7cafe7f1806cea2c6aa08a5ff3aa85ef7</id>
<content type='text'>
(dd, dd2): New vars, which use $EXEEXT.  All uses of dd and dd2 changed.
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2005-04-18T18:48:22Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-18T18:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9f6ffbac314e9fd662ad05252c17080a6624bccc'/>
<id>urn:sha1:9f6ffbac314e9fd662ad05252c17080a6624bccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use "cat", not "test", to test for</title>
<updated>2005-04-18T18:37:36Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-18T18:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=17d40155b4e5020e5d518a1d30b042a20509acc8'/>
<id>urn:sha1:17d40155b4e5020e5d518a1d30b042a20509acc8</id>
<content type='text'>
../../src/dd.  Problem reported by Eric Blake.
</content>
</entry>
<entry>
<title>Skip this test if ../../src/dd isn't readable.</title>
<updated>2005-04-18T06:35:06Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-18T06:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2cb82c08c6677204b79bbc95325fd83267a3117d'/>
<id>urn:sha1:2cb82c08c6677204b79bbc95325fd83267a3117d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further fix for -d regression.</title>
<updated>2004-08-11T23:41:44Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-11T23:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f4695512749ce0149960a50bc530eca67d145e4a'/>
<id>urn:sha1:f4695512749ce0149960a50bc530eca67d145e4a</id>
<content type='text'>
</content>
</entry>
</feed>
