From: Jim Meyering Date: Tue, 7 Jan 2003 14:44:45 +0000 (+0000) Subject: Fix typo: s/ld/ls/. X-Git-Tag: v4.5.5~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cdbe6529c6342f98e80a5812150320367a8652;p=thirdparty%2Fcoreutils.git Fix typo: s/ld/ls/. --- diff --git a/tests/touch/fail-diag b/tests/touch/fail-diag index a77a89687d..b7abd195a5 100755 --- a/tests/touch/fail-diag +++ b/tests/touch/fail-diag @@ -22,7 +22,7 @@ cd $tmp || framework_failure=1 d1=/no-$$ dir=/$d1/such-dir # Ensure that $d1 doesn't already exist. -ld -d $d1 2> /dev/null && framework_failure=1 +ls -d $d1 2> /dev/null && framework_failure=1 if test $framework_failure = 1; then echo 'failure in testing framework' 1>&2