From 6e2f5aeeb6a2681b2caf5087430585869b67c634 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 13 Oct 2003 06:56:47 +0000 Subject: Change wording of diagnostic to match latest du.c. --- tests/du/no-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/du') diff --git a/tests/du/no-x b/tests/du/no-x index 207d4672d..c5f56b035 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -31,7 +31,7 @@ fail=0 # This must exit nonzero. du d >/dev/null 2>out && fail=1 cat <<\EOF > exp -du: cannot change to directory `d/no-x': Permission denied +du: `d/no-x': Permission denied EOF cmp out exp || fail=1 -- cgit v1.2.3-54-g00ecf