Module Name:    src
Committed By:   martin
Date:           Tue Oct 15 17:15:48 UTC 2024

Modified Files:
        src/tests/usr.bin/gzip: t_gzip.sh

Log Message:
The lzip test requires root (it tries to archive /usr/games/hide)
and the lzip binary (obviously).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/gzip/t_gzip.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/gzip/t_gzip.sh
diff -u src/tests/usr.bin/gzip/t_gzip.sh:1.2 src/tests/usr.bin/gzip/t_gzip.sh:1.3
--- src/tests/usr.bin/gzip/t_gzip.sh:1.2	Mon Oct 14 17:51:39 2024
+++ src/tests/usr.bin/gzip/t_gzip.sh	Tue Oct 15 17:15:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: t_gzip.sh,v 1.2 2024/10/14 17:51:39 christos Exp $
+# $NetBSD: t_gzip.sh,v 1.3 2024/10/15 17:15:47 martin Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -104,6 +104,8 @@ atf_test_case lzip
 lzip_head()
 {
 	atf_set "descr" "Checks lzip compression levels (PR/58223)"
+	atf_set "require.user" "root"
+	atf_set "require.progs" "lzip"
 }
 lzip_body()
 {

Reply via email to