diff options
Diffstat (limited to 'tests/du/no-x')
-rwxr-xr-x | tests/du/no-x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/no-x b/tests/du/no-x index 1737c0124..9ba70770d 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -41,7 +41,7 @@ sed "s/^$prog: cannot read directory /$prog: /" out > t && mv t out sed 's,d/no-x/y,d/no-x,' out > t && mv t out cat <<EOF > exp -$prog: \`d/no-x': Permission denied +$prog: 'd/no-x': Permission denied EOF compare exp out || fail=1 |