From c0dbed948f4a58f0b4d52754d7dd96dbdb91055e Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Sat, 27 Jul 2013 18:39:30 +0200 Subject: Drop tests from master --- .../05_grpck_sort_missing_shadow_group/grpck.test | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100755 tests/cktools/05_grpck_sort_missing_shadow_group/grpck.test (limited to 'tests/cktools/05_grpck_sort_missing_shadow_group/grpck.test') diff --git a/tests/cktools/05_grpck_sort_missing_shadow_group/grpck.test b/tests/cktools/05_grpck_sort_missing_shadow_group/grpck.test deleted file mode 100755 index 75e62cf6..00000000 --- a/tests/cktools/05_grpck_sort_missing_shadow_group/grpck.test +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -set -e - -cd $(dirname $0) - -. ../../common/config.sh -. ../../common/log.sh - -log_start "$0" "grpck can sort the group entries" - -save_config - -# restore the files on exit -trap 'log_status "$0" "FAILURE"; restore_config' 0 - -change_config - -echo -n "Sort the group entries (grpck -s)..." -grpck -s -echo "OK" - -echo -n "Check the passwd file..." -../../common/compare_file.pl config/etc/passwd /etc/passwd -echo "OK" -echo -n "Check the group file..." -../../common/compare_file.pl data/group /etc/group -echo "OK" -echo -n "Check the shadow file..." -../../common/compare_file.pl config/etc/shadow /etc/shadow -echo "OK" -echo -n "Check the gshadow file..." -../../common/compare_file.pl data/gshadow /etc/gshadow -echo "OK" - -log_status "$0" "SUCCESS" -restore_config -trap '' 0 - -- cgit v1.2.1