From: Jim Meyering Date: Tue, 17 Feb 2004 16:05:34 +0000 (+0000) Subject: Add id's -u option, so we don't get spurious X-Git-Tag: v5.2.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6586a0b36645896b53e9df4360edd737239196a;p=thirdparty%2Fcoreutils.git Add id's -u option, so we don't get spurious failures when there are no user or group names. --- diff --git a/tests/help-version b/tests/help-version index 4ebaa5b4c5..aa8fb73a0c 100755 --- a/tests/help-version +++ b/tests/help-version @@ -136,6 +136,9 @@ test_args=foo # no valid entry in /etc/mtab. df_args=/ +# This is necessary in the unusual event that getpwuid (getuid ()) fails. +id_args=-u + sleep 10m & kill_args=$!