From 4852e78643393643d552a32af61901c22e554143 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 17 Feb 2004 14:42:47 +0000 Subject: `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. --- tests/help-version | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/help-version b/tests/help-version index 017d2883e..4ebaa5b4c 100755 --- a/tests/help-version +++ b/tests/help-version @@ -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=$! -- cgit v1.2.3-54-g00ecf