coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-8.12.193-d8dc8: 2 tests skipped: failed to create ext2 file sy


From: Bernhard Voelker
Subject: coreutils-8.12.193-d8dc8: 2 tests skipped: failed to create ext2 file system
Date: Tue, 06 Sep 2011 19:36:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110804 SUSE/3.1.12 Thunderbird/3.1.12

These 2 root checks fail because my USER doesn't have /sbin nor /usr/sbin in PATH.

SKIP: cp/cp-mv-enotsup-xattr (exit: 77)
=======================================

+ dd if=/dev/zero of=noxattr.bin bs=8192 count=200
+ mkdir noxattr
+ mkfs -t ext2 -F noxattr.bin
./cp/cp-mv-enotsup-xattr: line 41: mkfs: command not found
+ skip_ 'failed to create ext2 file system'
+ warn_ 'cp-mv-enotsup-xattr: skipped test: failed to create ext2 file system'

SKIP: rm/read-only (exit: 77)
=============================
...
+ dd if=/dev/zero of=blob bs=8192 count=200
+ mkdir mnt
+ mkfs -t ext2 -F blob
./rm/read-only: line 31: mkfs: command not found
+ skip_ 'failed to create ext2 file system'
+ warn_ 'read-only: skipped test: failed to create ext2 file system'


If started with
  sudo env PATH="/sbin:$PATH" NON_ROOT_USERNAME=$USER make -k check-root
then they pass.

Should we
* add /sbin to PATH for the whole check-root test suite, or
* add it only for these 2 tests, or
* enhance the README file for this issue?

Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]