]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix PATH problems on cygwin
authorEric Blake <ebb9@byu.net>
Tue, 27 Oct 2009 20:08:14 +0000 (14:08 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 28 Oct 2009 00:53:44 +0000 (18:53 -0600)
commit0cc0424119ec66c9005fb905cc1001a64b978ce3
tree4fd1bf84acf34df143bcd80d65feba55b07fe345
parentf00bbe33e41a9849351ea57c2706516d43e1e98d
tests: fix PATH problems on cygwin

* tests/misc/sort-compress: Remove non-portable over-restriction
of PATH; besides, commit 3ea177e changed sort to no longer default
to gzip.
* tests/rm/fail-eperm: Untaint, rather than clear, PATH.
* tests/misc/pwd-long: Likewise.  Also skip test if long path
cannot be created.
(normalize_to_cwd_relative): Use eq rather than ==, since cygwin
perl doesn't properly handle 64-bit ino_t numerically.
tests/misc/pwd-long
tests/misc/sort-compress
tests/rm/fail-eperm