diff options
Diffstat (limited to 'tests/install/install-C-root.sh')
-rwxr-xr-x | tests/install/install-C-root.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/install/install-C-root.sh b/tests/install/install-C-root.sh index d8a8d846..473725af 100755 --- a/tests/install/install-C-root.sh +++ b/tests/install/install-C-root.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" compares owner and group. -# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# Copyright (C) 2008-2014 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ print_ver_ ginstall require_root_ skip_if_setgid_ +skip_if_nondefault_group_ u1=1 u2=2 |