Fix typo: s/ld/ls/.
authorJim Meyering <jim@meyering.net>
Tue, 7 Jan 2003 14:44:45 +0000 (14:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Jan 2003 14:44:45 +0000 (14:44 +0000)
tests/touch/fail-diag

index a77a896..b7abd19 100755 (executable)
@@ -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