Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/testsuite/ls.tests

    r2725 r3232  
    252252' "" ""
    253253
     254rm -rf ls.testdir 2>/dev/null
     255mkdir ls.testdir || exit 1
     256
     257# testing "test name" "command" "expected result" "file input" "stdin"
     258
     259test x"$CONFIG_FEATURE_LS_SORTFILES" = x"y" \
     260&& testing "ls symlink_to_dir" \
     261"touch ls.testdir/A ls.testdir/B; ln -s ls.testdir ls.link; ls ls.link; ls -1 ls.link/; ls -1 ls.link; rm -f ls.link" \
     262"A\nB\nA\nB\nA\nB\n" \
     263"" ""
     264
    254265# Clean up
    255266rm -rf ls.testdir 2>/dev/null
Note: See TracChangeset for help on using the changeset viewer.