[Pkg-shadow-commits] r3529 - in debian/trunk/tests/usertools/useradd: 01_useradd_usage/data 02_useradd_usage_invalid_option/data 03_useradd_usage_no_users/data 04_useradd_usage_2_users/data 26_useradd_usage-o_without-u/data 27_useradd_usage-k_without-m/data 28_useradd_usage-U_with-g/data 29_useradd_usage-U_with-N/data 30_useradd_usage-m_with-M/data 31_useradd_usage_user_with-D/data 32_useradd_usage-D_with_other/data

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Oct 20 18:15:31 UTC 2011


Author: nekral-guest
Date: 2011-10-20 18:15:31 +0000 (Thu, 20 Oct 2011)
New Revision: 3529

Modified:
   debian/trunk/tests/usertools/useradd/01_useradd_usage/data/usage.out
   debian/trunk/tests/usertools/useradd/02_useradd_usage_invalid_option/data/usage.out
   debian/trunk/tests/usertools/useradd/03_useradd_usage_no_users/data/usage.out
   debian/trunk/tests/usertools/useradd/04_useradd_usage_2_users/data/usage.out
   debian/trunk/tests/usertools/useradd/26_useradd_usage-o_without-u/data/usage.out
   debian/trunk/tests/usertools/useradd/27_useradd_usage-k_without-m/data/usage.out
   debian/trunk/tests/usertools/useradd/28_useradd_usage-U_with-g/data/usage.out
   debian/trunk/tests/usertools/useradd/29_useradd_usage-U_with-N/data/usage.out
   debian/trunk/tests/usertools/useradd/30_useradd_usage-m_with-M/data/usage.out
   debian/trunk/tests/usertools/useradd/31_useradd_usage_user_with-D/data/usage.out
   debian/trunk/tests/usertools/useradd/32_useradd_usage-D_with_other/data/usage.out
Log:
Usage of useradd was updated.


Modified: debian/trunk/tests/usertools/useradd/01_useradd_usage/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/01_useradd_usage/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/01_useradd_usage/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,4 +1,6 @@
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/02_useradd_usage_invalid_option/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/02_useradd_usage_invalid_option/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/02_useradd_usage_invalid_option/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: unrecognized option '--foo'
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/03_useradd_usage_no_users/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/03_useradd_usage_no_users/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/03_useradd_usage_no_users/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,4 +1,6 @@
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/04_useradd_usage_2_users/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/04_useradd_usage_2_users/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/04_useradd_usage_2_users/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,4 +1,6 @@
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/26_useradd_usage-o_without-u/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/26_useradd_usage-o_without-u/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/26_useradd_usage-o_without-u/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: -o flag is only allowed with the -u flag
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/27_useradd_usage-k_without-m/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/27_useradd_usage-k_without-m/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/27_useradd_usage-k_without-m/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: -k flag is only allowed with the -m flag
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/28_useradd_usage-U_with-g/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/28_useradd_usage-U_with-g/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/28_useradd_usage-U_with-g/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: options -U and -g conflict
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/29_useradd_usage-U_with-N/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/29_useradd_usage-U_with-N/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/29_useradd_usage-U_with-N/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: options -U and -N conflict
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/30_useradd_usage-m_with-M/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/30_useradd_usage-m_with-M/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/30_useradd_usage-m_with-M/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,5 +1,7 @@
 useradd: options -m and -M conflict
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/31_useradd_usage_user_with-D/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/31_useradd_usage_user_with-D/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/31_useradd_usage_user_with-D/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,4 +1,6 @@
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the

Modified: debian/trunk/tests/usertools/useradd/32_useradd_usage-D_with_other/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/useradd/32_useradd_usage-D_with_other/data/usage.out	2011-10-20 18:13:50 UTC (rev 3528)
+++ debian/trunk/tests/usertools/useradd/32_useradd_usage-D_with_other/data/usage.out	2011-10-20 18:15:31 UTC (rev 3529)
@@ -1,4 +1,6 @@
 Usage: useradd [options] LOGIN
+       useradd -D
+       useradd -D [options]
 
 Options:
   -b, --base-dir BASE_DIR       base directory for the home directory of the




More information about the Pkg-shadow-commits mailing list