From 84cdbe6529c6342f98e80a5812150320367a8652 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Jan 2003 14:44:45 +0000 Subject: Fix typo: s/ld/ls/. --- tests/touch/fail-diag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/touch/fail-diag b/tests/touch/fail-diag index a77a89687..b7abd195a 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 -- cgit v1.2.3-54-g00ecf