Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/find Add a better check for the previous.
details: https://anonhg.NetBSD.org/src/rev/378221c45a96
branches: trunk
changeset: 778193:378221c45a96
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sun Mar 18 19:21:53 2012 +0000
description:
Add a better check for the previous.
diffstat:
tests/usr.bin/find/t_find.sh | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 0ab3e378396a -r 378221c45a96 tests/usr.bin/find/t_find.sh
--- a/tests/usr.bin/find/t_find.sh Sun Mar 18 19:11:30 2012 +0000
+++ b/tests/usr.bin/find/t_find.sh Sun Mar 18 19:21:53 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_find.sh,v 1.4 2012/03/18 19:11:30 jruoho Exp $
+# $NetBSD: t_find.sh,v 1.5 2012/03/18 19:21:53 jruoho Exp $
#
# Copyright (c) 2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -30,13 +30,20 @@
atf_test_case emptyperm
emptyperm_head() {
- atf_set "descr" "Test that 'find -empty' returns true (PR bin/44179)"
+ atf_set "descr" "Test that 'find -empty' does not error out " \
+ "when directory access is denied (PR bin/44179)"
atf_set "require.user" "unprivileged"
}
emptyperm_body() {
- # The test assumes that $dir is drwxrwx---.
+ # The case assumes that at least some directories
+ # in /var are unavailable for the user '_tests'.
+ #
+ atf_check -s exit:1 -o save:output.file \
+ -e not-empty -x "find /var -empty -type d"
+
+ # The case assumes that $dir is drwxrwx---.
#
dir="/var/quotas"
Home |
Main Index |
Thread Index |
Old Index