From a559a194054ea097fd40276c37f3e383583839b4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Sep 2005 14:05:45 +0000 Subject: Require that this test be run as non-root. Otherwise, it fails due to the fact that the chmod 0 . doesn't affect root. --- tests/install/basic-1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/install') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 4acce38d1..0fdb43953 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -5,6 +5,9 @@ if test "$VERBOSE" = yes; then ginstall --version fi +. $srcdir/../envvar-check +PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check + dir=dir file=file -- cgit v1.2.3-54-g00ecf