mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
`make check' from a build inside a chroot environment would fail
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh.
This commit is contained in:
@@ -131,7 +131,10 @@ seq_args=10
|
||||
sleep_args=0
|
||||
su_args=--version
|
||||
test_args=foo
|
||||
# skip chroot, stty, tty, false
|
||||
|
||||
# This is necessary in the unusual event that there is
|
||||
# no valid entry in /etc/mtab.
|
||||
df_args=/
|
||||
|
||||
sleep 10m &
|
||||
kill_args=$!
|
||||
|
||||
Reference in New Issue
Block a user