diff options
-rwxr-xr-x | tests/help-version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index 4ebaa5b4c..aa8fb73a0 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=$! |